This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Releases: disrupted/dprint-plugin-css
Releases · disrupted/dprint-plugin-css
0.2.3
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.css
file extensions are matched in an"includes"
pattern. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.2.2
build(release): bump version to 0.2.2
0.2.1
build(release): bump version to 0.2.1
0.2.0
build(release): bump version to 0.2.0
0.1.3
build(release): bump version to 0.1.3
0.1.2
build(release): bump version to 0.1.2
0.1.1
build(release): bump version to 0.1.1
0.1.0
release(ci): publish (#1)