-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The formio styles include an invalid at-rule in the middle of the file, which vite-css correctly warns about. The workaround updates the SCSS to use @use rather than @import to ensure the CSS is included rather than referenced, and this in turn makes it compatible with the sass preprocessor options to disable the charset at-rule, effectively getting rid of the warning.
- Loading branch information
1 parent
38bf72c
commit beaf18c
Showing
2 changed files
with
16 additions
and
9 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