Php function to format, prettify css -
is there php functions know of prettify/format inline css on fly? i have php functions opposite , minify css, js, html https://gist.github.com/tovic/d7b310dea3b33e4732c0 i'm looking opposite @ least, css, js too. i'm using minify function in theme i'm building, want offer developers option load non-minified styles , scripts testing , developing. works me loading .css files instead of .min.css files. but, of inline styles doesn't work. inline (echo) styles prettified well, when developers choose load prettified files. great! do know of any? thanks.