Skip to content

Commit 7111fcf

Browse files
authored
chore: add scss to LoaderOptions interface (#7039)
1 parent f7dc46d commit 7111fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-service/types/ProjectOptions.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ interface PageConfig {
1313
interface LoaderOptions {
1414
css?: object;
1515
sass?: object;
16+
scss?: object;
1617
less?: object;
1718
stylus?: object;
1819
postcss?: object;

0 commit comments

Comments
 (0)