sass-autocompile-postcss
Adds PostCSS prefixing processing to css files compiled by the `sass-autocompile` package.
Sass Autocompile PostCSS
Adds PostCSS prefixing processing to css files compiled by the sass-autocompile
package.
Requirements
The required packages are as follows:
- node.js CLI
node-sass
Node packagesass-autocompile
Atom packagepostcss-cli
andautoprefixer
Node packages
To install these, use the following commands (may need to add sudo or run as root user):
- Install Node.js via package manager
npm install -g node-sass
apm install sass-autocompile
npm install -g postcss-cli autoprefixer
Then navigate to the root folder of this repository and install dependencies and add to atom using the following commands:
cd .../sass-autocompile-postcss
(... to wherever it is installed)npm install
apm install