sass-manager

A package to help building css autoprefixed from scss easily.

Usage no npm install needed!

<script type="module">
  import sassManager from 'https://cdn.skypack.dev/sass-manager';
</script>

README

Sass Manager

An easy package to turn SCSS into auto-prefixed scss.

Github

You can see the repo here. Feel free to suggest improvements or submit a new issue. You can also rate the repo if you like what I'm doing.

List of features

  • Take a directory in input and scan scss files inside.
  • Autoprefix them using PostCSS autoprefixer (cover 99.5%);
  • It exclude automatically file with leading underscore (for import).

Code Demo

sass serve [input] [output]

Download & Installation

Install it globally.

$ sudo npm i -g sass-manager

You might encounter troubles installing node-sass.

$ sudo npm i -g sass-manager --unsafe-perm

Authors

Arthur Eichelberger.

License

This project is licensed under the ISC License