1.1.1 • Published 10 years ago
rig-sass v1.1.1
rig-sass
A rig containing sass utilities
How to use
- Install rigs package:
npm install rigs - Install rig-sass:
npm install rig-sass
Available tasks in rig-sass
rig-sass__sass: A task for converting sass files into css filesproperties:
sourcemap: Boolean, when set to TRUE, it will generate sourcemapsminify: Boolean, when set to TRUE, it will minify the resulting css filerename: String, represents the extension of the output css filesrc: String, refers to sass entry pointdest: String, refers to the output path
{ taskname: 'rig-sass__sass', sourcemap: true, minify: false, src: './main.scss', dest: '/styles' }