diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-05-22 11:44:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-05-22 11:44:54 +0100 |
commit | ce2974e01587e4dafa119880f9c80f54eededa13 (patch) | |
tree | d9c394cdc155524010f967684b5171e1a85fb3e9 | |
parent | 83f861e0c3abc9e030256b149a836b30f4653e18 (diff) |
Fix warning in SCSS import.
-rw-r--r-- | web/cobrands/stevenage/base.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/stevenage/base.scss b/web/cobrands/stevenage/base.scss index 3c3ec4b6d..36f37bff1 100644 --- a/web/cobrands/stevenage/base.scss +++ b/web/cobrands/stevenage/base.scss @@ -1,13 +1,13 @@ -@import "../fixmystreet/h5bp"; -@import "colours"; -@import "../fixmystreet/mixins"; +@import "../fixmystreet/_h5bp"; +@import "./_colours"; +@import "../fixmystreet/_mixins"; @import "compass"; $body-font: 'PTSansRegular', "PT Sans", Verdana, Arial, sans-serif; $meta-font: $body-font; $heading-font: 'PTSansCaptionRegular', "PT Sans Caption", Verdana, Arial, sans-serif; -@import "../fixmystreet/base"; +@import "../fixmystreet/_base"; @import "council_header"; |