Adds a class that accepts a variable assigmnent

This commit is contained in:
mrmrs 2023-07-12 13:33:14 -07:00
parent 9b9aaa6fea
commit 5296ea527c

View File

@ -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; }