0.2.3 • Published 9 months ago

dprint-plugin-css v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

dprint-plugin-css

npm distribution of dprint-plugin-css.

Use this with @dprint/formatter or just use @dprint/formatter and download the dprint-plugin-json WASM file.

Example

import { createFromBuffer } from "@dprint/formatter";
import { getPath } from "dprint-plugin-css";
import * as fs from "fs";

const buffer = fs.readFileSync(getPath());
const formatter = createFromBuffer(buffer);

console.log(formatter.formatText("test.css", ".test{color: red}"));
0.2.3

9 months ago

0.0.0

4 years ago