0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00
Bootstrap/scss/mixins/_size.scss

7 lines
98 B
SCSS
Raw Normal View History

2014-12-02 14:02:35 -08:00
// Sizing shortcuts
2015-08-26 16:17:00 +06:00
@mixin size($width, $height: $width) {
2014-12-02 14:02:35 -08:00
width: $width;
height: $height;
}