Skip to content

💅 Compare vanilla CSS, some popular CSS Preprocessors (LESS, SASS, PostCSS: NextCSS)

Notifications You must be signed in to change notification settings

adhywiranata/compare-css-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compare CSS Preprocessors

  • Vanilla CSS
  • LESS
  • SASS
  • PostCSS - CSSNext

Installing postcss

npm install -g postcss

Transpiling .pcss to .css

postcss style.pcss [--use library] -o style.css

for our example, we're using CSSNext

installing npm install -g postcss-cssnext

Transpiling .pcss to .css

postcss style.pcss --use postcss-cssnext -o style.css

About

💅 Compare vanilla CSS, some popular CSS Preprocessors (LESS, SASS, PostCSS: NextCSS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published