mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
initial commit
This commit is contained in:
12
app/node_modules/bootstrap/scss/utilities/_sizing.scss
generated
vendored
Normal file
12
app/node_modules/bootstrap/scss/utilities/_sizing.scss
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
// Width and height
|
||||
|
||||
@each $prop, $abbrev in (width: w, height: h) {
|
||||
@each $size, $length in $sizes {
|
||||
.#{$abbrev}-#{$size} { #{$prop}: $length !important; }
|
||||
}
|
||||
}
|
||||
|
||||
.mw-100 { max-width: 100% !important; }
|
||||
.mh-100 { max-height: 100% !important; }
|
Reference in New Issue
Block a user