-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): Fix sass-related deprecation notice
Kaoto uses `vite` for bundling the project in dev mode using the `legacy` sass API. With the upcoming `sass` 2.0, some APIs were marked for removal and shows warnings in the meantime. This commit follows the [vite docs](https://vite.dev/config/shared-options#css-preprocessoroptions) and sets the css preprocessor config to `modern-compiler`, in addition to that, replaces the `sass` package with `sass-embedded`
- Loading branch information
Showing
3 changed files
with
255 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters