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
|`less`|`{}`| Set [renderer options for Less](http://lesscss.org/usage/#less-options).|
204
+
|`sass`|`{ enableWebpackTildeImports: true }`| Set [renderer options for Sass](https://sass-lang.com/documentation/js-api#options). The `enableWebpackTildeImports` property enables support for [Webpack's tilde-prefixed imports](https://webpack.js.org/loaders/css-loader/#import). |
205
+
|`stylus`|`{}`| Set [renderer options for Stylus](https://stylus.bootcss.com/docs/js.html).|
206
206
207
207
> For convenience, `includePaths` for Sass are extended, not replaced. The defaults are the path of the current file, and `'node_modules'`.
0 commit comments