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

Releases: disrupted/dprint-plugin-css

0.2.3

05 Aug 12:21
ecb5389
Compare
Choose a tag to compare

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

0.2.2

30 Jan 18:20
342a21e
Compare
Choose a tag to compare
build(release): bump version to 0.2.2

0.2.1

29 Jan 23:40
50f3bc7
Compare
Choose a tag to compare
build(release): bump version to 0.2.1

0.2.0

28 Jan 11:48
933402d
Compare
Choose a tag to compare
build(release): bump version to 0.2.0

0.1.3

12 Sep 21:04
8bd2d3c
Compare
Choose a tag to compare
build(release): bump version to 0.1.3

0.1.2

14 Jul 20:15
e0ce0eb
Compare
Choose a tag to compare
build(release): bump version to 0.1.2

0.1.1

17 Feb 21:40
bd59d40
Compare
Choose a tag to compare
build(release): bump version to 0.1.1

0.1.0

01 Feb 23:21
283743f
Compare
Choose a tag to compare
release(ci): publish (#1)