This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.cssfile extensions are matched in an"includes"pattern. - Add a
"css"configuration property if desired.
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
{ // ...etc... "css": { // css config goes here }, "includes": [ "**/*.{css}" ], "plugins": [ "https://github.com/disrupted/dprint-plugin-css/raw/0.2.3/deployment/npm/plugin.wasm" ] }