File tree 3 files changed +5066
-1825
lines changed
3 files changed +5066
-1825
lines changed Original file line number Diff line number Diff line change 9
9
A plugin that automatically creates a type file when using the CSS module type-safely.
10
10
11
11
## Plans for future revisions
12
+
12
13
- Improve performance when using the latest API of sass.
13
14
- Avoid outputting unnecessary classes when using the latest API of sass.
14
15
@@ -22,7 +23,7 @@ A plugin that automatically creates a type file when using the CSS module type-s
22
23
npm i -D vite-plugin-sass-dts
23
24
```
24
25
25
- For version 1.3.27 or later, please use the latest [ sass-embedded] ( https://www.npmjs.com/package/sass-embedded ) package;
26
+ For version 1.3.27 or later, please use the latest [ sass-embedded] ( https://www.npmjs.com/package/sass-embedded ) package;
26
27
we have confirmed that it does not work with the [ sass] ( https://www.npmjs.com/package/sass ) package.
27
28
28
29
## Options
You can’t perform that action at this time.
0 commit comments