mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 12:35:03 +01:00
Document this.fromImport for the JS API (#540)
See sass/sass#3055 See webpack-contrib/sass-loader#905
This commit is contained in:
parent
9e3a4f6858
commit
35c51fbe33
@ -788,6 +788,14 @@ Imports are resolved by trying, in order:
|
||||
* Each load path specified in the `SASS_PATH` environment variable, which
|
||||
should be semicolon-separated on Windows and colon-separated elsewhere.
|
||||
|
||||
<% impl_status dart: '1.33.0', node: false, feature: "this.fromImport" %>
|
||||
|
||||
An importer can determine whether it's being called from an `@import` rule by
|
||||
checking `this.fromImport`. This should *only* be used for determining whether
|
||||
or not to load [import-only files].
|
||||
|
||||
[import-only files]: https://sass-lang.com/documentation/at-rules/import#import-only-files
|
||||
|
||||
```js
|
||||
sass.render({
|
||||
file: "style.scss",
|
||||
|
Loading…
Reference in New Issue
Block a user