-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(css): add :where() selector to reduce data-flex specificity
- wrapped all data-flex column selectors with :where() pseudo-class - reduces specificity weight of grid column classes from [0,1,1] to [0,0,1] - affects column layouts from cols-2 through cols-12 - changes applied to both scss and compiled css files
- Loading branch information
1 parent
0684588
commit 0ec2256
Showing
2 changed files
with
22 additions
and
22 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.