Skip to content

Commit

Permalink
chore: Remove grid override (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverydz authored Oct 11, 2024
1 parent f5150f3 commit 28c4845
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions static/sass/_pattern_p-docstring.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,6 @@
}

.p-docstring {
$grid-x-large-col-prefix: "#{$grid-column-prefix}x-large-" !default;

@media (min-width: $breakpoint-large) {
@for $i from $grid-columns through 1 {
// set col-* to span respective number of columns on desktop
.#{$grid-x-large-col-prefix}#{$i} {
// on large screens provide flex box column implementation for IE
// on smaller screens let them display full width one under another
@include vf-grid-column($i);
}
}
}

.p-docstring__intro > {
p:first-child {
@extend %vf-heading-4;
Expand Down

0 comments on commit 28c4845

Please sign in to comment.