mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Moving comments to own line. New version of SASS does not like comments on same line as declarations.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user