Rename galleria css file to .scss so that sass will really include them in the

minified file.
This commit is contained in:
Simon
2012-12-13 13:50:27 +01:00
parent 12d9009e5e
commit 95db8fe56e
4 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
/* -*- scss-compile-at-save: nil -*- */
@import "normalize.css";
@import "normalize";
body {
font: 16px/1.5 Molengo, sans-serif;
@@ -92,7 +92,7 @@ header {
height: 600px;
}
@import "../js/galleria.classic.css";
@import "../js/galleria.classic";
/* footer */