Skip to content

mrge-group/css-beautifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

CSSBeautifier

What is the CSSBeautifier?

The CSSBeautifier make your uglified CSS great again!

Requirements:

  • You need at least PHP 5.6.0

Installation:

    composer require shopping24/css-beautifier

Usage

    <?php
    
    use Shopping24\CSSBeautifier;
    
    class Foo
    {
        public function doSomething()
        {
            $uglyCSS = "foo{foo:bar;}";
            
            $beautyCSS = CSSBeautifier::run($uglyCSS);        
        }
    }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5