updating to 4.0
New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
This commit is contained in:
6
vendor/bootstrap/scss/mixins/_size.scss
vendored
Normal file
6
vendor/bootstrap/scss/mixins/_size.scss
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// Sizing shortcuts
|
||||
|
||||
@mixin size($width, $height: $width) {
|
||||
width: $width;
|
||||
height: $height;
|
||||
}
|
||||
Reference in New Issue
Block a user