From 28c4845ccbbb5778445b9863ebcc2774f0f8433b Mon Sep 17 00:00:00 2001 From: Steve Rydz Date: Fri, 11 Oct 2024 13:19:15 +0100 Subject: [PATCH] chore: Remove grid override (#2012) --- static/sass/_pattern_p-docstring.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/static/sass/_pattern_p-docstring.scss b/static/sass/_pattern_p-docstring.scss index c440fe966..2667614db 100644 --- a/static/sass/_pattern_p-docstring.scss +++ b/static/sass/_pattern_p-docstring.scss @@ -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;