Fix imports

This commit is contained in:
Jeremy Thomas
2016-09-22 20:30:09 +01:00
parent 9928f2b9f0
commit 70b1367053
34 changed files with 2523 additions and 51 deletions

View File

@@ -57,6 +57,12 @@
text-indent: -290486px
width: $width
// Responsiveness
$tablet: 769px !default
$desktop: 980px !default
$widescreen: 1180px !default
=from($device)
@media screen and (min-width: $device)
@content