From a75d1fb5576f9b8891419bbcea7beb691033234f Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Fri, 25 Jan 2019 14:52:25 -0800 Subject: [PATCH] Update modules/primer-layout/lib/columns.scss Co-Authored-By: jonrohan --- modules/primer-layout/lib/columns.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/primer-layout/lib/columns.scss b/modules/primer-layout/lib/columns.scss index a878e560..b168282f 100644 --- a/modules/primer-layout/lib/columns.scss +++ b/modules/primer-layout/lib/columns.scss @@ -3,7 +3,7 @@ // Create rows with `.columns` to clear the floated columns and outdent the // padding on `.column`s with negative margin for alignment. -@warn ".columns, .column, .one-third, .two-thirds, .one-fourth, .one-half, .three-fourths, .one-fifth, .four-fifths, .centered will be deprecated in 12.0.0 please migrate to grid.scss" +@warn ".columns, .column, .one-third, .two-thirds, .one-fourth, .one-half, .three-fourths, .one-fifth, .four-fifths, .centered will be deprecated in 12.0.0 please migrate to grid.scss"; .columns { margin-right: -$grid-gutter;