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