]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: remove extra "`" in XY cell error messages
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 17 Jul 2018 22:10:12 +0000 (00:10 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 17 Jul 2018 22:10:12 +0000 (00:10 +0200)
scss/xy-grid/_cell.scss

index 07365ca68b254687919c019743c3a95515d88593..adcd7e67d870987a19381254a0a89a8bdc4e9f80 100644 (file)
@@ -64,7 +64,7 @@
   @if ($gutter-type == 'margin') {
     $margin-gutter: xy-cell-gutters($gutters, $breakpoint);
     @if ($margin-gutter == null) {
-      @error 'xy-cell-size: no gutters were found in `$gutters` for "$breakpoint: #{$breakpoint}"`';
+      @error 'xy-cell-size: no gutters were found in `$gutters` for "$breakpoint: #{$breakpoint}"';
     }
   }
 
   // Get the gutter width for this breakpoint
   $gutter-width: xy-cell-gutters($gutters, $breakpoint);
   @if ($gutter-width == null) {
-    @error 'xy-cell-gutters: no gutters were found in `$gutters` for "$breakpoint: #{$breakpoint}"`';
+    @error 'xy-cell-gutters: no gutters were found in `$gutters` for "$breakpoint: #{$breakpoint}"';
   }
 
   @if ($gutter-type and $gutter-type != none) {