Skip to content

Commit

Permalink
scss support
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jun 1, 2023
1 parent c1c46ad commit 42d3a7d
Show file tree
Hide file tree
Showing 15 changed files with 574 additions and 99 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '*.scss' {
const content: string
export = content
}
Loading

0 comments on commit 42d3a7d

Please sign in to comment.