olback / es6-css-minify

Easily minify CSS and JavaScript in VS Code
https://marketplace.visualstudio.com/items?itemName=olback.es6-css-minify
MIT License
47 stars 13 forks source link

Support for <main> tag #126

Closed willianjbl closed 3 years ago

willianjbl commented 3 years ago

while developping I've noticed that my layout wasn't not loading properly, then I saw that my '.min.css' was missing a main tag style. It is not a really problem since I can just switch the tag to another one, but, the main tag is from HTML5 so it should be supported.

so it would be really to add suport for the

element.

willianjbl commented 3 years ago

it was a bug on my VS Code, that was adding an comma after the selector, the minify is workink like it should