Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_sizing.scss « utilities « scss - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc346215b2714a5d73dbc59060f1ccffe7fb01a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// stylelint-disable declaration-no-important

.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }

// Viewport additional helpers

.min-vw-100 { min-width: 100vw !important; }
.min-vh-100 { min-height: 100vh !important; }

.vw-100 { width: 100vw !important; }
.vh-100 { height: 100vh !important; }