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
In the minified version 1px is missing in outline's styling. This seems to happen only under certain conditions, i.e. for outline, but not for border and only when @media and var() are involved...?
Thank you for any help!
Version: 6.8.122 of Formatter Hero - Beautify Sass/Less/Scss/Typescript/Javascript/Jade/Pug
The text was updated successfully, but these errors were encountered:
Hello,
I got some weird behaviour that I don't understand:
test.scss
compiles into test.css ✔
and minifies into test.min.css ❌
@media screen{:root{--select-color:blue}.selected{outline:solid var(--select-color)}}
In the minified version
1px
is missing inoutline
's styling. This seems to happen only under certain conditions, i.e. foroutline
, but not forborder
and only when@media
andvar()
are involved...?Thank you for any help!
Version: 6.8.122 of Formatter Hero - Beautify Sass/Less/Scss/Typescript/Javascript/Jade/Pug
The text was updated successfully, but these errors were encountered: