Skip to content

Commit 899a52e

Browse files
committed
faucet-pipeline-css can now be used without a manual import
1 parent bc282af commit 899a52e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/css.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ title: faucet-pipeline-css
55

66
faucet-pipeline-css offers bundling for files written in CSS.
77

8-
**Note that this module is in beta**
9-
10-
To enable this **beta module** you need to add the following lines to your
11-
faucet.config.js:
12-
13-
```js
14-
export const plugins = [
15-
require("faucet-pipeline-css")
16-
];
17-
```
18-
198
The configuration is an array of bundles you want to create. Each entry of the
209
array is an object with two keys: `source` is the file that should be
2110
compiled, and `target` is the file that should be created (the path is, of

0 commit comments

Comments
 (0)