]> git.ipfire.org Git - ipfire.org.git/blame - static/scss/bootstrap-4.0.0-alpha.6/scss/mixins/_size.scss
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / scss / mixins / _size.scss
CommitLineData
91e44d91
S
1// Sizing shortcuts
2
3@mixin size($width, $height: $width) {
4 width: $width;
5 height: $height;
6}