This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): Ensure disabled styles render correctly (#286)
- Fix @include directive for disabled styles that was used within the context of a multiple selector, which was emitting incorrect styles. - Fix our webpack config to emit our stylesheets correctly, while also removing LoaderOptions which is apparently deprecated - (tech debt) Update stylelint-scss and postcss-loader - (tech debt) Remove prod dependency on stylelint-scss which shouldn't have been there in the first place Fixes #276
- Loading branch information
1 parent
c637cb6
commit 8d77853
Showing
3 changed files
with
36 additions
and
42 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