We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc282af commit 899a52eCopy full SHA for 899a52e
src/css.md
@@ -5,17 +5,6 @@ title: faucet-pipeline-css
5
6
faucet-pipeline-css offers bundling for files written in CSS.
7
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
19
The configuration is an array of bundles you want to create. Each entry of the
20
array is an object with two keys: `source` is the file that should be
21
compiled, and `target` is the file that should be created (the path is, of
0 commit comments