dev-master
9999999-devMake your CSS great again
MIT
The Requires
- php >=5.6.0
The Development Requires
by Robert Braatz
dev-develop
dev-developMake your CSS great again
MIT
The Requires
- php >=5.6.0
The Development Requires
by Robert Braatz
Wallogit.com
2017 © Pedro Peláez
Make your CSS great again
The CSSBeautifier make your uglified CSS great again!, (*2)
composer require shopping24/css-beautifier
<?php
use Shopping24\CSSBeautifier;
class Foo
{
public function doSomething()
{
$uglyCSS = "foo{foo:bar;}";
$beautyCSS = CSSBeautifier::run($uglyCSS);
}
}
Make your CSS great again
MIT
Make your CSS great again
MIT