Package Exports
- cartridge-sass
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cartridge-sass) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cartridge Sass 
Sass expansion pack for Cartridge
To use this module, you will need cartridge-cli installed and have a cartridge project setup.
npm install cartridge-sass --save-devThis module adds the following to a project:
- Sass compilation using gulp-sass
- Source map generation using gulp-sourcemaps (
local only) - Sass import file creation using gulp-sass-generate-contents
- CSS manipulation using gulp-postcss
- Automatic CSS vender prefixes using autoprefixer
- Media query merging using css-mqpacker
- CSS minification using cssnano (
prod only) - Conversion of pixels to rems using postcss-pxtorem
##Config
Once installed, the config file task.sass.js is created and stored in the _config directory in the root of your cartridge project.
##Using
The FrontEnd CSS guidelines are a good place to start when beginning your project