Skip to content

Commit

Permalink
chore: Use sass to sass-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
activeguild committed Sep 15, 2024
1 parent 3e74dd3 commit c961be3
Show file tree
Hide file tree
Showing 7 changed files with 1,616 additions and 2,699 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

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.

## Demo

<img src="https://user-images.githubusercontent.com/39351982/138745772-8b218863-fe28-4573-a86a-fc10a7ab1ac7.gif" width="600" />
Expand All @@ -18,6 +22,9 @@ 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;
we have confirmed that it does not work with the [sass](https://www.npmjs.com/package/sass) package.

## Options

| Parameter | Type | Description |
Expand Down
Loading

1 comment on commit c961be3

@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.