1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/scss/mixins/_size.scss

7 lines
98 B
SCSS
Raw Normal View History

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