Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
activeguild committed Sep 15, 2024
1 parent c961be3 commit 1ee10de
Show file tree
Hide file tree
Showing 3 changed files with 5,066 additions and 1,825 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
A plugin that automatically creates a type file when using the CSS module type-safely.

## Plans for future revisions

- Improve performance when using the latest API of sass.
- Avoid outputting unnecessary classes when using the latest API of sass.

Expand All @@ -22,7 +23,7 @@ A plugin that automatically creates a type file when using the CSS module type-s
npm i -D vite-plugin-sass-dts
```

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

## Options
Expand Down
Loading

1 comment on commit 1ee10de

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundled size for the package is listed below:

dist: 46.88 KB

Please sign in to comment.