You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do not specify 4 values for the first property, rules will get output out of order, which causes precedence issues:
constmqSection=facepaint([themeUtils.breakpoint.medium,themeUtils.breakpoint.mediumLarge,'@media print',]);constresponsiveSection=mqSection({// first prop has to have same length as facepaint listbackground: [themeUtils.color.white,themeUtils.color.white,'transparent'],borderBottom: [`1px solid ${themeUtils.color.gray60}`,null,0],height: ['36px','35px'],padding: ['8px 15px 3px','11px 15px 6px','4px 15px 2px'],});
If I do not specify 4 values for the first property, rules will get output out of order, which causes precedence issues:
See:
when I specify this it works fine:
This library is awesome, thank you for it.
The text was updated successfully, but these errors were encountered: