Skip to content

Commit 38e017d

Browse files
authored
Update README.md
1 parent 81297de commit 38e017d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ or yarn
1616
yarn add esbuid @deanc/esbuild-plugin-postcss
1717
```
1818

19-
## include file
20-
Es6+ syntax:
21-
```js
22-
import postCssPlugin from '@deanc/esbuild-plugin-postcss';
23-
```
24-
nodeModules:
25-
```js
26-
const postCssPlugin = require("@deanc/esbuild-plugin-postcss");
27-
```
28-
2919
## Usage example
3020

3121
Create file `src/test.css`:

0 commit comments

Comments
 (0)