Open thisisdano opened 7 years ago
Right now you need both a border-width class and a border-style class to make a border. Let's default to solid for the b utility.
border-width
border-style
solid
b
b[mod][value]
border-[mod]: [value] solid
Should I do this with extend or with appendToValue?
extend
appendToValue
Right now you need both a
border-width
class and aborder-style
class to make a border. Let's default tosolid
for theb
utility.b[mod][value]
should result inborder-[mod]: [value] solid
Should I do this with
extend
or withappendToValue
?