Doh, might want to import the main grid
This commit is contained in:
parent
a000e94342
commit
4294551c95
@ -18,7 +18,7 @@
|
||||
|
||||
<!-- CSS
|
||||
================================================== -->
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="stylesheets/style.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
|
@ -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) {}
|
Loading…
x
Reference in New Issue
Block a user