Why?
This:
.action {
@extend .ml-3;
}Why?
This:
.action {
@extend .ml-3;
}| /*! | |
| * Grunt | |
| * $ npm install grunt-contrib-uglify grunt-autoprefixer grunt-contrib-cssmin grunt-contrib-imagemin grunt-contrib-sass grunt-contrib-watch grunt-contrib-concat grunt-contrib-clean grunt-contrib-jshint grunt-notify --save-dev | |
| */ | |
| module.exports = function(grunt) { | |
| grunt.initConfig({ | |
| // Sass |
| module.exports = function(grunt) { | |
| grunt.initConfig({ | |
| pkg: grunt.file.readJSON('package.json'), | |
| uglify: { | |
| options: { | |
| banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %>' | |
| }, | |
| build: { | |
| src: 'path-to-source', |
| # Bower | |
| bower_components/ | |
| # Node | |
| node_modules/ | |
| # Dist | |
| dist/ | |
| src/css | |
| src/js |
Install on OS X: sudo gem install sass
Version info: sass -v