templates/project/style.scss in html5-boilerplate-0.1.0 vs templates/project/style.scss in html5-boilerplate-0.1.1

- old
+ new

@@ -1,19 +1,22 @@ -// Import and include reset mixin +// First, set some default constants +// to be used by html5-boilerplate +@import "partials/base"; + +// Then, we'll import the compass extension @import "html5-boilerplate"; -@include html5-boilerplate-reset; -// Set some default constants -@import "html5/defaults"; +// Now you can now choose to include the +// whole enchilada with just one line +//@include html5-boilerplate; -// Import these partials to customize -// which mixins are included -@import "html5/base"; -@import "html5/fonts"; -@import "html5/helpers"; -@import "html5/media"; - -// Otherwise just include everything -//@include html5-boilerplate-base; +// Or, you can pick and choose only the +// sections you want to include +//@include html5-boilerplate-reset; //@include html5-boilerplate-fonts; +//@include html5-boilerplate-page; //@include html5-boilerplate-helpers; //@include html5-boilerplate-media; + +// Or, you can import this partial if you want +// full controll over which mixins to include +@import "partials/html5_boilerplate";