Skip to content

Instantly share code, notes, and snippets.

@jleiva
jleiva / SassMeister-input.scss
Created February 15, 2015 17:36
Generated by SassMeister.com.
// ----
// Sass (v3.3.12)
// Compass (v1.0.0.alpha.21)
// ----
// Breakpoints map
// @type Map
$breakpoints: (
// Regular breakpoints
"baby-bear": "(max-width: 500px)",
@jleiva
jleiva / Gruntfile.js
Last active August 29, 2015 14:26 — forked from leopic/Gruntfile.js
make a list of all the stylesheets that need to be processed, then start cranking away
/**
* 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) {