diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-01 15:28:59 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-01 15:28:59 +0100 |
commit | 723df7f6e94e00910ae9449ebedc7dfb4ade4e90 (patch) | |
tree | 20bfd714baa4babf03bcb9d731392b8f3fcb2847 /web | |
parent | 43a1e087c58d1a9f5e2dc9d95e60879d0b6790b0 (diff) |
Tried changing the path of the council_header sass file to see if it compiles on the server.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/stevenage/base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/stevenage/base.scss b/web/cobrands/stevenage/base.scss index 1f1657a25..dbe9e1a68 100644 --- a/web/cobrands/stevenage/base.scss +++ b/web/cobrands/stevenage/base.scss @@ -4,5 +4,5 @@ @import "compass"; @import "../fixmystreet/_base"; -@import "./_council_header"; +@import "council_header"; |