Skip to content

Commit 63b4f33

Browse files
committed
[sass] Remove importIncludePaths
1 parent c40a925 commit 63b4f33

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

heft-plugins/heft-sass-plugin/src/schemas/heft-sass-plugin.schema.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
"fileExtensions": {
7272
"type": "array",
73-
"description": "Files with these extensions will be treated as SCSS modules and pass through the Sass transpiler for typings generation.",
73+
"description": "Files with these extensions will be treated as SCSS modules and pass through the Sass transpiler for typings generation and/or CSS emit.",
7474
"items": {
7575
"type": "string",
7676
"pattern": "^\\.[A-z0-9-_.]*[A-z0-9-_]+$"
@@ -79,25 +79,16 @@
7979

8080
"nonModuleFileExtensions": {
8181
"type": "array",
82-
"description": "Files with these extensions will be treated as non-module SCSS and pass through the Sass transpiler for typings generation.",
82+
"description": "Files with these extensions will be treated as non-module SCSS and pass through the Sass transpiler for typings generation and/or CSS emit.",
8383
"items": {
8484
"type": "string",
8585
"pattern": "^\\.[A-z0-9-_.]*[A-z0-9-_]+$"
8686
}
8787
},
8888

89-
"importIncludePaths": {
90-
"type": "array",
91-
"description": "(DEPRECATED) Ignored.",
92-
"items": {
93-
"type": "string",
94-
"pattern": "[^\\\\]"
95-
}
96-
},
97-
9889
"excludeFiles": {
9990
"type": "array",
100-
"description": "A list of file paths relative to the \"src\" folder that should be excluded from typings generation.",
91+
"description": "A list of file paths relative to the \"src\" folder that should be excluded from typings generation and/or CSS emit.",
10192
"items": {
10293
"type": "string",
10394
"pattern": "[^\\\\]"

0 commit comments

Comments
 (0)