Potential Bug in CSS for Countdown
-
While looking at “Countdown” block code I found this potential bug in css
.wp-block-themeisle-blocks-countdown { // other css custom props --height: 100px; --height-tablet: var(--height); --height-mobile: var(--height-mobile); // other css custom props }My guess is that one line should be like this
--height-mobile: var(--height-tablet);Keep up the great work.
And in case is not in your plans it will be good that Otter block usetheme.jsontokens for fontSize. If its possible.
Jacopo
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Potential Bug in CSS for Countdown’ is closed to new replies.