From 2a0d9ffdc0bdc5bd0f4f114305d951c3e74999e2 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Tue, 13 Jan 2015 18:54:18 +0100 Subject: [PATCH] see if a rename helps --- .../theme1/{_structure.css.sass => _theme_structure.css.sass} | 1 - app/assets/stylesheets/theme1/application.css.sass | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename app/assets/stylesheets/theme1/{_structure.css.sass => _theme_structure.css.sass} (99%) diff --git a/app/assets/stylesheets/theme1/_structure.css.sass b/app/assets/stylesheets/theme1/_theme_structure.css.sass similarity index 99% rename from app/assets/stylesheets/theme1/_structure.css.sass rename to app/assets/stylesheets/theme1/_theme_structure.css.sass index 8019ca26..59f7de3f 100644 --- a/app/assets/stylesheets/theme1/_structure.css.sass +++ b/app/assets/stylesheets/theme1/_theme_structure.css.sass @@ -1,4 +1,3 @@ -$cth-height: 48px =linear-gradient($pos, $G1, $G2: null, $G3: null, $G4: null, $G5: null, $G6: null, $G7: null, $G8: null, $G9: null, $G10: null, $fallback: null) // Detect what type of value exists in $pos $pos-type: type-of(nth($pos, 1)) diff --git a/app/assets/stylesheets/theme1/application.css.sass b/app/assets/stylesheets/theme1/application.css.sass index 1d7b0012..06ec1ff4 100644 --- a/app/assets/stylesheets/theme1/application.css.sass +++ b/app/assets/stylesheets/theme1/application.css.sass @@ -11,4 +11,4 @@ $font-family-content: Georgia, serif @import ./foundation_and_overrides @import ./elements/* @import ./pages/* -@import ./structure +@import ./theme_structure