Skip to content

Scripts to build SCSS modules into CSS and stats.

Notifications You must be signed in to change notification settings

matchlayer/microbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microbuild

Scripts to build SCSS modules into CSS and stats.

Install

npm install --save-dev microbuild autoprefixer postcss-scss
cat << EOF > ./.browserslistrc
> 1%
last 2 versions
not dead
EOF
cat << EOF > ./.postcssrc.json
{
  "syntax": "postcss-scss",
  "plugins": {
    "autoprefixer": {}
  }
}
EOF

About

Scripts to build SCSS modules into CSS and stats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published