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
Copy file name to clipboardExpand all lines: heft-plugins/heft-sass-plugin/src/schemas/heft-sass-plugin.schema.json
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@
70
70
71
71
"fileExtensions": {
72
72
"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.",
74
74
"items": {
75
75
"type": "string",
76
76
"pattern": "^\\.[A-z0-9-_.]*[A-z0-9-_]+$"
@@ -79,25 +79,16 @@
79
79
80
80
"nonModuleFileExtensions": {
81
81
"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.",
83
83
"items": {
84
84
"type": "string",
85
85
"pattern": "^\\.[A-z0-9-_.]*[A-z0-9-_]+$"
86
86
}
87
87
},
88
88
89
-
"importIncludePaths": {
90
-
"type": "array",
91
-
"description": "(DEPRECATED) Ignored.",
92
-
"items": {
93
-
"type": "string",
94
-
"pattern": "[^\\\\]"
95
-
}
96
-
},
97
-
98
89
"excludeFiles": {
99
90
"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.",
0 commit comments