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
* Support additional load paths
* Add an empty commit to rebuild CI
* [docs]: Rewrite header in capitalized style
* Add an empty commit to rebuild CI again
---------
Co-authored-by: bocharsky-bw <[email protected]>
Copy file name to clipboardExpand all lines: doc/index.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,9 @@ You can configure most of the `Dart Sass CLI options <https://sass-lang.com/docu
205
205
# Emit a @charset or BOM for CSS with non-ASCII characters. Defaults to true in Dart Sass.
206
206
# charset: true
207
207
208
+
# Register additional load paths. Defaults to empty array.
209
+
# load_path: []
210
+
208
211
# Wether to generate source maps. Defaults to true when "kernel.debug" is true.
209
212
# source_map: true
210
213
@@ -236,3 +239,24 @@ This bundle already installed for you the right binary. However, if you already
236
239
237
240
symfonycasts_sass:
238
241
binary: 'node_modules/.bin/sass'
242
+
243
+
Register Additional Load Paths
244
+
------------------------------
245
+
246
+
You can provide additional `load paths <https://sass-lang.com/documentation/at-rules/use/#load-paths>`_ to resolve modules with the ``load_path`` option.
247
+
248
+
For example, an alternative way to use Bootstrap would be to register the vendor path:
0 commit comments