CaffeineOnIce / AutoMinify

A VSCode extension to minify HTML, CSS and JS files.
https://marketplace.visualstudio.com/items?itemName=CaffeineOnIce.autominify
MIT License
2 stars 1 forks source link

CSS minifies badly when there are nested selectors #8

Open TalkNetApps opened 10 months ago

TalkNetApps commented 10 months ago

Hello, I detected a bug when minifying CSS files with nested selectors. I don't know exactly what the problem is, but files containing nested selectors don't work and I had to replace them with the non-minified version. I understand from what I observed that it removes certain parts of the code.

CaffeineOnIce commented 10 months ago

nested selectors don't work? it should work, from what I know. I'll make a update sometime this week.

CaffeineOnIce commented 8 months ago

@TalkNetApps Hello, could you provide some examples. I was unable to recreate such issue, I need some examples to work with.