How to edit minified CSS
-
I used the plugin to minify my css.
Before most of my css was in a file called main.css. Now a css file called main.min.css is being used by my site. Inside there is all the minified CSS without spaces etc. I need to make some changes to the CSS. If I change the original file, nothing changes, I need to edit main.min.css now (editing a minified css file is damn hard).
How does autooptimize affect the creation of these min.css files and whats the best way to edit my CSS, without editing a minified file?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How to edit minified CSS’ is closed to new replies.