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.


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -