2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Reduce bootstrap-grid.css content

This commit is contained in:
Julien Déramond
2023-01-09 20:41:32 +01:00
committed by Mark Otto
parent 791c44cc6d
commit 748702d00f
4 changed files with 8 additions and 10 deletions
+6
View File
@@ -2,6 +2,12 @@
//
// Rows contain your columns.
:root {
@each $name, $value in $grid-breakpoints {
--#{$prefix}breakpoint-#{$name}: #{$value};
}
}
@if $enable-grid-classes {
.row {
@include make-row();