Skip to content

Commit

Permalink
chore(utils): add flex direction breakpoint classes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Jul 19, 2024
1 parent f18311c commit 4e0437e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/utils/scss/flex-grid/_flex-direction.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@

}
}

@mixin kendo-utils--flex-grid--flex-direction--responsive($key) {

// Flex direction responsive utility classes
$kendo-utils-flex-direction: k-map-get( $kendo-utils, "flex-direction" ) !default;
@include generate-utils( flex-#{$key}, flex-direction, $kendo-utils-flex-direction, $important: false );

}
1 change: 1 addition & 0 deletions packages/utils/scss/flex-grid/index.import.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
}

@mixin kendo-utils--flex-grid--responsive($key) {
@include kendo-utils--flex-grid--flex-direction--responsive($key);
@include kendo-utils--flex-grid--gap--responsive($key);
@include kendo-utils--flex-grid--grid-column-start-end--responsive($key);
@include kendo-utils--flex-grid--grid-row-start-end--responsive($key);
Expand Down

0 comments on commit 4e0437e

Please sign in to comment.