Doh, might want to import the main grid

This commit is contained in:
Nick Pack
2012-09-10 17:16:47 +01:00
parent a000e94342
commit 4294551c95
2 changed files with 8 additions and 8 deletions

View File

@ -53,6 +53,12 @@ $form_element_font: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-se
background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* W3C */
}
@import "grid.scss";
@import "typography.scss";
@import "links.scss";
@import "lists.scss";
@import "forms.scss";
@import "images.scss";
/* #Media Queries
================================================== */
@ -70,10 +76,4 @@ $form_element_font: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-se
@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
@import "typography.scss";
@import "links.scss";
@import "lists.scss";
@import "forms.scss";
@import "images.scss";
@media only screen and (max-width: 479px) {}