Skip to content

A set of helper functions for use in Genesis child themes.

Notifications You must be signed in to change notification settings

seothemes/core-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Utilities

A set of helper functions for use in Genesis child themes.

Minify CSS

use SEOThemes\Core\Utilities\MinifyCSS;

$css = '
    body {
        color: red;
    }
';

MinifyCSS::minify( $css );

Outputs:

body{color:red}

About

A set of helper functions for use in Genesis child themes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages