Skip to content

Commit

Permalink
fix(layouts/grid): improvee .ml-flexy__col selector scopable behaviour (
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloyi committed Sep 27, 2022
1 parent 20dea3a commit 1757aba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/styles/layouts/_l.flexy.scss
Expand Up @@ -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") {
Expand Down

0 comments on commit 1757aba

Please sign in to comment.