Skip to content

Commit c961be3

Browse files
committed
chore: Use sass to sass-embedded
1 parent 3e74dd3 commit c961be3

File tree

7 files changed

+1616
-2699
lines changed

7 files changed

+1616
-2699
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
A plugin that automatically creates a type file when using the CSS module type-safely.
1010

11+
## Plans for future revisions
12+
- Improve performance when using the latest API of sass.
13+
- Avoid outputting unnecessary classes when using the latest API of sass.
14+
1115
## Demo
1216

1317
<img src="https://user-images.githubusercontent.com/39351982/138745772-8b218863-fe28-4573-a86a-fc10a7ab1ac7.gif" width="600" />
@@ -18,6 +22,9 @@ A plugin that automatically creates a type file when using the CSS module type-s
1822
npm i -D vite-plugin-sass-dts
1923
```
2024

25+
For version 1.3.27 or later, please use the latest [sass-embedded](https://www.npmjs.com/package/sass-embedded) package;
26+
we have confirmed that it does not work with the [sass](https://www.npmjs.com/package/sass) package.
27+
2128
## Options
2229

2330
| Parameter | Type | Description |

0 commit comments

Comments
 (0)