Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

0.2.3

Latest
Compare
Choose a tag to compare
@disrupted disrupted released this 05 Aug 12:21
· 1 commit to main since this release
ecb5389

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array.
  2. Ensure .css file extensions are matched in an "includes" pattern.
  3. Add a "css" configuration property if desired.
{
  // ...etc...
  "css": {
    // css config goes here
  },
  "includes": [
    "**/*.{css}"
  ],
  "plugins": [
    "https://github.com/disrupted/dprint-plugin-css/raw/0.2.3/deployment/npm/plugin.wasm"
  ]
}

JS Formatting API