Skip to content

Instantly share code, notes, and snippets.

Created June 19, 2013 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5818705 to your computer and use it in GitHub Desktop.
Save anonymous/5818705 to your computer and use it in GitHub Desktop.
Gist created by alexmwalker
@media(max-width:767px) { 
    @import "smacss/babybear"; //  Phoney  - UNDER 767px */
}
@media(min-width:768px) and(max-width:979px) {
    @import "smacss/mamabear"; //  Tabletish  - UNDER 979px over 767px   */
    
}
@media(min-width:979px) and(max-width:1200px) {
    @import "smacss/papabear";   //  Normal browser  - UNDER 767px */
    
@media(max-width:767px) { 
    @import "smacss/babybear"; //  Phoney  - UNDER 767px */
Glad to have you along Terry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment