You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* A Browserslist configuration string (see: https://browsersl.ist) */
174
-
browserslist:"> 1%"
175
-
};
176
-
```
177
-
178
-
Note that all of these will be passed to LightningCSS, not Sass, with the exception of `basePath`, `enabled`, and `sourceMap`.
179
-
180
-
If you wish to disable Sass processing altogether, set the `enabled` key of the `options.sass` object to `false`.
181
-
182
-
If you wish to disable Browserslist altogether, you can pass an empty array (`[]`) to the `browserslist` key.
183
-
184
-
For more options, see the [Sass](https://sass-lang.com/documentation/) and [LightningCSS docs](https://lightningcss.dev/docs.html).
185
-
186
115
#### JavaScript
187
116
188
117
By default, any JavaScript files with the `.js` extension found in the `./src/assets/scripts/` directory or its children
@@ -781,6 +710,8 @@ By default, `eleventy-plugin-fluid` copies the [required assets](src/config/uio-
781
710
project uses WebC, please follow the [installation instructions](https://www.11ty.dev/docs/languages/webc/#installation)
782
711
to add the plugin.
783
712
713
+
-**BREAKING:** Sass support is no longer included. If your project uses Sass, please install [`eleventy-plugin-fluid-sass`](https://npmjs.com/packages/eleventy-plugin-fluid-sass).
714
+
784
715
## Development
785
716
786
717
### Releasing
@@ -808,7 +739,6 @@ For more information on publishing to npm, see the [npm publish documentation](h
0 commit comments