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
When trying to minify css document some sort of irregular behaviour happens-> If I select all content in css document and go with option "minify the selected text", the output code doesn't work as id did before (doesn't render, or it does partly). Then I tried to minify same document, but "per partes". So I went through and selected parts of the code and minified it. Part after part. Finally I minified all parts together (4 or 5 blocks of the minified code to 1), and the code was OK - it was rendering as expected. I couldn't catch what was the cause of the problem. But it seems that the behaviour of the css minifier is not consistent.
Expected behaviour
I would expect consistent output code. If "per partes" minifying works, it should also when all of the code is being minified at once.
Thanks for opening your first issue in Josee9988/project-template! Be sure to follow the issue template and provide every bit of information to help the developers!
🐞 Bug Report
Describe the bug
When trying to minify css document some sort of irregular behaviour happens-> If I select all content in css document and go with option "minify the selected text", the output code doesn't work as id did before (doesn't render, or it does partly). Then I tried to minify same document, but "per partes". So I went through and selected parts of the code and minified it. Part after part. Finally I minified all parts together (4 or 5 blocks of the minified code to 1), and the code was OK - it was rendering as expected. I couldn't catch what was the cause of the problem. But it seems that the behaviour of the css minifier is not consistent.
Expected behaviour
Media prove
Your environment
The text was updated successfully, but these errors were encountered: