Skip to content

Jas-n/CSS-Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS-Processor

Processes CSS files, minifying them and adding vender prefixes based on caniuse.com data

Methods

construct($options)

  • minify Set whether the processed CSS should be minified. Default - true
  • output Set how the processed CSS should be output, values should be either:
    • dir Saves files to directory, keeping names the same. If set to dir, option 'output_dir' should also be populated.
    • download Download a copy of the processed files
    • text Display the generated CSS on-screen
  • output_dir Set relative directory to save the processed CSS process($browsers) processes the CSS files, utilisising [browser thing]. Also accepting "bootstrap-3", "bootstrap-4" to use the defaults supported by the platforms.

About

Processes CSS files, minifying them and adding vender prefixes based on caniuse.com data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages