mirror of
https://github.com/twbs/bootstrap.git
synced 2025-11-22 00:11:09 -05:00
7 lines
98 B
SCSS
7 lines
98 B
SCSS
// Sizing shortcuts
|
|
|
|
@mixin size($width, $height: $width) {
|
|
width: $width;
|
|
height: $height;
|
|
}
|