2017 © Pedro Peláez
 

library css-beautifier

Make your CSS great again

image

shopping24/css-beautifier

Make your CSS great again

  • Thursday, January 4, 2018
  • by webcodecs
  • Repository
  • 24 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 50 % Grown

The README.md

Build Status, (*1)

CSSBeautifier

What is the CSSBeautifier?

The CSSBeautifier make your uglified CSS great again!, (*2)

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);        
        }
    }

The Versions

04/01 2018

dev-master

9999999-dev

Make your CSS great again

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Robert Braatz

03/01 2018

dev-develop

dev-develop

Make your CSS great again

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Robert Braatz