Profile
Achievement
kanouf's Recent Snippets
- All /
« Prev 1 Next »
Use as follow :
.example{
.insetShadow(0, 1px, 5px, rgba(0,0,0, .5));
}
0
657
posted 13 years ago by kanouf
Use as follow in you style.less file :
<pre>
.example{
.linearGradient(0, #fff, 50%, #ccc, 100%, #fff);
}
</pre>
1
910
posted 13 years ago by kanouf
Use as follow in your style.less file :
<pre>
.example{
.rotation(9deg);
}
</pre>
1
718
posted 13 years ago by kanouf