OSDN Git Service

Modify the dependency on path
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / mixins / _size.scss
1 // Sizing shortcuts
2
3 @mixin size($width, $height: $width) {
4   width: $width;
5   height: $height;
6 }