From 1757aba6a6d1dd46e7273a39e4892515e82bcae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C3=A9sor=20ILOYI?= Date: Tue, 27 Sep 2022 10:57:18 +0200 Subject: [PATCH] fix(layouts/grid): improvee .ml-flexy__col selector scopable behaviour (#1209) --- packages/styles/layouts/_l.flexy.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/styles/layouts/_l.flexy.scss b/packages/styles/layouts/_l.flexy.scss index 996ce4ee8..3a8aed13f 100644 --- a/packages/styles/layouts/_l.flexy.scss +++ b/packages/styles/layouts/_l.flexy.scss @@ -68,8 +68,10 @@ // by default a gl-flexy__col is &__col { flex: 1 1 0; + } - .ml-flexy--gutter > #{$parent}__col { + &--gutter { + & > #{$parent}__col { @include set-flexy-col-gutter($size-gutter-screen-s); @include set-from-screen("m") {