1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 12:04:15 +00:00
webvirtcloud/dev/scss/bootstrap/_grid.scss

23 lines
286 B
SCSS
Raw Normal View History

2020-05-19 16:53:54 +00:00
// Row
//
// Rows contain your columns.
@if $enable-grid-classes {
.row {
@include make-row();
> * {
@include make-col-ready();
2020-05-19 16:53:54 +00:00
}
}
}
2020-05-19 16:53:54 +00:00
// Columns
//
// Common styles for small and large grid columns
@if $enable-grid-classes {
@include make-grid-columns();
}