Add breakpoints management librairies

Add grunt-contrib-compass (required)
Edit gruntfile.js (add compass tasks)

--don't forget to update bower components
This commit is contained in:
Benoit Favreault
2015-06-12 11:34:29 -04:00
committed by Francis Lachapelle
parent 6153e88f62
commit 818af41ea6
6 changed files with 156 additions and 107 deletions
+7 -4
View File
@@ -7,11 +7,14 @@
*
**/
@import 'core/variables'; // Will be replace by a complete 'config file
// Compass import - comment-out if needed
// Compass extension imports - comment-out if needed
// ------------------------------------------------------------------------------
@import '../bower_components/compass-mixins/lib/_compass';
@import '_breakpoint-slicer.sass';
@import '_breakpoint.scss', '_sassy-maps.scss';
// This is no longer required because we use grunt-contrib-compass (ruby required)
//@import '_compass.scss';
@import 'core/variables'; // Will be replace by a complete 'config file
// Browser reset - most effective for applications. Generated by Compass in a non-regular way
// ------------------------------------------------------------------------------