Quick way to allow entire families of CSS properties (e.g. border-*) #218
JasonBarnabe
started this conversation in
Ideas
Replies: 1 comment
-
Related... what about allowing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I want to allow all border properties, I have to list out each property and combination of top/left/right/bottom. It would be nice to be able to easily include allow all of these (e.g. by specifying
border*
).Beta Was this translation helpful? Give feedback.
All reactions