vendor/assets/stylesheets/components/_grid.scss in active_frontend-14.0.71 vs vendor/assets/stylesheets/components/_grid.scss in active_frontend-14.0.72

- old
+ new

@@ -106,10 +106,10 @@ .hidden-desktop { display: inherit; } .hidden-tablet { display: none; } } @media only screen and (max-width: 767px) { @each $name, $margin in $grid-row-margins { - .#{dasherize(rowResponsive, $name)} { margin-bottom: $margin; } + .#{dasherize(row-responsive, $name)} { margin-bottom: $margin; } } @each $type in $grid-container-types { $i: index($grid-container-types, $type); @each $name, $widths in $grid-container-widths {