Skip to content

Commit f33f71c

Browse files
committed
update docs
1 parent e6bbf5e commit f33f71c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ sassTrue.runSass(testRunnerConfig, sassPathOrSource, sassOptions);
240240
(`importers`, `loadPaths`, `style`, etc.)
241241
- **Default modifications by True:**
242242
- `loadPaths`: True's sass directory is automatically added (allowing `@use 'true';`)
243-
- `importers`: [Node.js package importer][pkg-importer] added (Dart Sass ≥ v1.71)
243+
- `importers`: [Node.js package importer][pkg-importer] added if
244+
`importers` is not defined and Dart Sass ≥ v1.71 (allowing `@use 'pkg:sass-true' as *;`)
244245
- ⚠️ **Warning:** Must use `style: 'expanded'` (default).
245246
`style: 'compressed'` is not supported.
246247

0 commit comments

Comments
 (0)