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-sassNode packagesass-autocompileAtom packagepostcss-cliandautoprefixerNode 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-sassapm install sass-autocompilenpm 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 installapm install