Adds PostCSS prefixing processing to css files compiled by the sass-autocompile
package.
The required packages are as follows:
node-sass
Node packagesass-autocompile
Atom packagepostcss-cli
and autoprefixer
Node packagesTo install these, use the following commands (may need to add sudo or run as root user):
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
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.