From 0258fc24f3debd4437ad14cf6d4d9868f48f8ea6 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 13 Mar 2015 12:58:45 +1100 Subject: [PATCH] Moving comments to own line. New version of SASS does not like comments on same line as declarations. --- app/assets/stylesheets/darkswarm/active_table.css.sass | 3 ++- app/assets/stylesheets/darkswarm/map.css.sass | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/active_table.css.sass b/app/assets/stylesheets/darkswarm/active_table.css.sass index 27b98850b7..f3a3f0900a 100644 --- a/app/assets/stylesheets/darkswarm/active_table.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table.css.sass @@ -42,7 +42,8 @@ font-size: 0.75rem - .active_table_row // Inherits from active_table + .active_table_row + // Inherits from active_table border: 1px solid transparent @include border-radius(0.5em) diff --git a/app/assets/stylesheets/darkswarm/map.css.sass b/app/assets/stylesheets/darkswarm/map.css.sass index 53e8fb5768..acc280576c 100644 --- a/app/assets/stylesheets/darkswarm/map.css.sass +++ b/app/assets/stylesheets/darkswarm/map.css.sass @@ -10,7 +10,8 @@ height: 100% width: 100% - img // https://github.com/zurb/foundation/issues/112 + img + // https://github.com/zurb/foundation/issues/112 max-width: none height: auto