init
init
This commit is contained in:
parent
5762337416
commit
7fa943eb39
128 changed files with 51042 additions and 1 deletions
8
styles/mixins/size.less
Normal file
8
styles/mixins/size.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
.size(@width; @height) {
|
||||
width: @width;
|
||||
height: @height;
|
||||
}
|
||||
|
||||
.square(@size) {
|
||||
.size(@size; @size);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue