From 8aeb917ad6291f9b6dc36754ee386bfc049c50cc Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Wed, 31 May 2017 07:38:06 +0100 Subject: [PATCH] Add missing zf- prefix to zf-grid-layout --- scss/zf-grid/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/zf-grid/_layout.scss b/scss/zf-grid/_layout.scss index 0f3833199..a4dc3510e 100644 --- a/scss/zf-grid/_layout.scss +++ b/scss/zf-grid/_layout.scss @@ -14,7 +14,7 @@ /// @param {Keyword} $gutter-type [margin] - Type of margin to output. Accepts `margin` or `padding`. /// @param {List} $gutter-position [right left] - The position to apply gutters to. Accepts `top`, `bottom`, `left`, `right` in any combination. /// @param {Boolean} $vertical [false] - Set to true to output vertical (height) styles rather than widths. -@mixin grid-layout( +@mixin zf-grid-layout( $n, $selector: '.cell', $gutters: $grid-margin-gutters, -- 2.47.2