Closed YuanboXue-Amber closed 6 months ago
With styles like ...shorthands.padding(0), the metadata generated from babel-preset contains 6 css rules, with padding-left/padding-right duplicated. This PR removes the duplicate so the result will be 4 css rules as expected.
...shorthands.padding(0)
🤖 This report was generated against 2cb5dd0da0c20d526422fb463e61d1639cb64efe
With styles like
...shorthands.padding(0)
, the metadata generated from babel-preset contains 6 css rules, with padding-left/padding-right duplicated. This PR removes the duplicate so the result will be 4 css rules as expected.