We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81297de commit 38e017dCopy full SHA for 38e017d
1 file changed
README.md
@@ -16,16 +16,6 @@ or yarn
16
yarn add esbuid @deanc/esbuild-plugin-postcss
17
```
18
19
-## include file
20
-Es6+ syntax:
21
-```js
22
- import postCssPlugin from '@deanc/esbuild-plugin-postcss';
23
-```
24
-nodeModules:
25
26
-const postCssPlugin = require("@deanc/esbuild-plugin-postcss");
27
28
-
29
## Usage example
30
31
Create file `src/test.css`:
0 commit comments