Skip to content

Instantly share code, notes, and snippets.

@rob-bar
Last active December 17, 2015 06:39
Show Gist options
  • Save rob-bar/5566692 to your computer and use it in GitHub Desktop.
Save rob-bar/5566692 to your computer and use it in GitHub Desktop.
#sass #bootstrap #compass
/* ====================================================================================================== */
/* IMPORTS
/* ====================================================================================================== */
//gems
@import "h5bp"
@import "ceaser-easing"
//compass
@import "compass/css3/"
@import "compass/typography/"
@import "compass/utilities/"
// lib
@import "lib/var"
@import "lib/mixin"
/* ====================================================================================================== */
/* INIT & FONTS
/* ====================================================================================================== */
+h5bp-normalize
+h5bp-helpers
// +font-face("NAME", font-files("FILENAME.woff", "FILENAME.ttf", "FILENAME.otf", "FILENAME.svg"), "FILENAME.eot")
/* ====================================================================================================== */
/* BASE
/* ====================================================================================================== */
*:active, *:hover, *:focus
outline: 0 !important
menu, ul, ol, dl
margin: 0
padding: 0
body
background-color: $white
+fontsmoothing
/* ====================================================================================================== */
/* LAYOUT
/* ====================================================================================================== */
/* ====================================================================================================== */
/* MODULE
/* ====================================================================================================== */
/* ====================================================================================================== */
/* STATE hover, focus, visited, focus & classes that are generated with js
/* ====================================================================================================== */
/* ====================================================================================================== */
/* RESPONSIVENESS
/* ====================================================================================================== */
// +min-screen(320px)
// +breakpoint(min-width max-width)
// +breakpoint(min-width) ref => http://breakpoint-sass.com/
/* ====================================================================================================== */
/* IE & FALLBACKS
/* ====================================================================================================== */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment