sass-autocompile-postcss
Adds PostCSS prefixing processing to css files compiled by the `sass-autocompile` package.
Cooper Dalrymple 123 1 0.2.1 GPL-3.0 GitHub

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 package
  • sass-autocompile Atom package
  • postcss-cli and autoprefixer Node packages

To install these, use the following commands (may need to add sudo or run as root user):

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