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
For 0 there shouldn't be a problem in CSS, because 0 is 0, doesn't matter em or px or whatever. But yes if you want to use 1.0em it will be stripped as mentioned in the other tickets.
CSS variables like
--lbl-height: 0px;
are being transformed to
--lbl-height:0;
which break further calculations
Would appreciate any workaround for this (already tried to add space characters, to use 0.0px, no luck :((( )
looks related to #232 and #108
The text was updated successfully, but these errors were encountered: