We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scss
1 parent f7dc46d commit 7111fcfCopy full SHA for 7111fcf
packages/@vue/cli-service/types/ProjectOptions.d.ts
@@ -13,6 +13,7 @@ interface PageConfig {
13
interface LoaderOptions {
14
css?: object;
15
sass?: object;
16
+ scss?: object;
17
less?: object;
18
stylus?: object;
19
postcss?: object;
0 commit comments