This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.12) | |
// Compass (v1.0.0.alpha.21) | |
// ---- | |
// Breakpoints map | |
// @type Map | |
$breakpoints: ( | |
// Regular breakpoints | |
"baby-bear": "(max-width: 500px)", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Generates our CSS files using libsass. | |
* Wrapper for the `sass` task, make sure you have installed all the dependencies of the repo. | |
* | |
* Example: $: grunt libsass | |
* $: grunt libsass:dev | |
* | |
* @param env | |
*/ | |
grunt.registerTask('libsass', 'Builds our CSS', function(env) { |
OlderNewer