diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-05-24 16:18:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-05-24 16:18:54 +0100 |
commit | 8a8390ec95a1e6106fde36395a388e2d6af8fed7 (patch) | |
tree | 5fa25e0dccbb8c32adcac84a9822e1d5fe6b44aa /web/css | |
parent | 380a61f5970dac98805f712859634bb1caedfb2a (diff) |
Same as previous commit, for older SCSS.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/_main-import.scss (renamed from web/css/_main.scss) | 0 | ||||
-rw-r--r-- | web/css/main.scss | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/web/css/_main.scss b/web/css/_main-import.scss index 305a9e43e..305a9e43e 100644 --- a/web/css/_main.scss +++ b/web/css/_main-import.scss diff --git a/web/css/main.scss b/web/css/main.scss index bcebc2bd0..1106b8a78 100644 --- a/web/css/main.scss +++ b/web/css/main.scss @@ -11,4 +11,4 @@ a { &:hover, &:active { color: #ff0000; } } -@import "_main"; +@import "main-import"; |