-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
align-self and align now override CSS properties instead of CSS varia…
…bles; this is important because that keeps the alignment classes utility-first and overrides the w-* and h-* classes because they are specified after. Technically the w-* and h-* classes can be specified elsewhere but they are tightly coupled for now.
- Loading branch information
Zaydek Michels-Gualtieri
committed
Dec 20, 2020
1 parent
f0ff6c6
commit 1c6cc69
Showing
3 changed files
with
6 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
@if matches($v, core) { | ||
.grid { | ||
display: grid; | ||
align-self: var(--dm-align-self); | ||
} | ||
} | ||
|
||
|
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