初始化仓库
This commit is contained in:
7
styles/builder.scss
Normal file
7
styles/builder.scss
Normal file
@ -0,0 +1,7 @@
|
||||
@mixin icon-image($size) {
|
||||
min-height: $size;
|
||||
min-width: $size;
|
||||
height: $size;
|
||||
width: $size;
|
||||
vertical-align: middle;
|
||||
}
|
||||
Reference in New Issue
Block a user