mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 09:32:01 +00:00
Adds a class that accepts a variable assigmnent
This commit is contained in:
parent
9b9aaa6fea
commit
5296ea527c
@ -18,8 +18,9 @@
|
||||
|
||||
*/
|
||||
|
||||
|
||||
.b--color { border-color: var(--border-color, gray); }
|
||||
.b--transparent { border-color: transparent; }
|
||||
.b--current { border-color: currentColor; }
|
||||
.b--inherit { border-color: inherit; }
|
||||
.b--initial { border-color: initial; }
|
||||
.b--unset { border-color: unset; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user