Moving comments to own line. New version of SASS does not like comments on same line as declarations.

This commit is contained in:
summerscope
2015-03-13 12:58:45 +11:00
parent 274a7a3c73
commit 0258fc24f3
2 changed files with 4 additions and 2 deletions

View File

@@ -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)

View File

@@ -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