baseweb icon indicating copy to clipboard operation
baseweb copied to clipboard

[styles] expand shorthand css properties

Open chasestarr opened this issue 3 years ago • 2 comments

There are many cases in the styletron code where there are shorthand properties used. This is a problem when using the styletron-atomic engine where class order is not guaranteed. Searching the codebase for padding: for example should return no results

chasestarr avatar Oct 20 '20 19:10 chasestarr

Can we have a lint rule for this? A lot of our codebases have padding, background, border and margin etc.

kahwee avatar Oct 21 '20 15:10 kahwee

@chasestarr Can you please let me know what exactly needs to be done?

im-adithya avatar Sep 17 '21 17:09 im-adithya