scss support

This commit is contained in:
Jacky Zhao
2023-06-01 17:35:31 -04:00
parent dc120bd1b5
commit 9c836a87f1
15 changed files with 574 additions and 99 deletions

4
index.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
declare module '*.scss' {
const content: string
export = content
}