Last active
December 17, 2015 06:39
-
-
Save rob-bar/5566692 to your computer and use it in GitHub Desktop.
#sass #bootstrap #compass
This file contains hidden or 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
/* ====================================================================================================== */ | |
/* 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