From b23dcc12076285132cc1d4fceb14548e5c08ebac Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 14 Jul 2018 18:25:43 +0200 Subject: [PATCH] fix: add missing semicolon in xy-grid mixin --- scss/xy-grid/_cell.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/xy-grid/_cell.scss b/scss/xy-grid/_cell.scss index 143139a54..3430477a0 100644 --- a/scss/xy-grid/_cell.scss +++ b/scss/xy-grid/_cell.scss @@ -160,7 +160,7 @@ } } @else { - @warn 'xy-cell: no gutters were found in `$gutters` for "$breakpoint: #{$breakpoint}", cell was not generated`' + @warn 'xy-cell: no gutters were found in `$gutters` for "$breakpoint: #{$breakpoint}", cell was not generated`'; } } -- 2.47.2