meduzen / --media.scss

Tomorrow’s media queries workflow, since 2019.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aspect ratio (--portrait) and (--landscape) not properly parsed

meduzen opened this issue · comments

commented

Following both MQ level 3 and level 4 specs, the aspect ratios numbers have to be integers separed by a /.

Despite Double Dash ratio variables respecting the spec, the output CSS for --landscape should be 10001/10000 instead of 10001.001/10000, which is ignored by browsers.