ThisIsManta / stylus-supremacy

A Node.js script that helps formatting Stylus files.
https://thisismanta.github.io/stylus-supremacy
MIT License
88 stars 9 forks source link

colon gets added in media query #54

Closed Cactusbone closed 4 years ago

Cactusbone commented 4 years ago

Using command line with "stylusSupremacy.insertColons": false option

@media (min-width 100px) gets converted to @media (min-width: 100px)

Both works for stylus, but I was expecting colons to get removed, not added

ThisIsManta commented 4 years ago

This will be fixed in v2.14.2 or newer.