twbs--bootstrap/scss/mixins/_size.scss

7 lines
98 B
SCSS
Raw Normal View History

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