/ Published in: CSS
URL: http://lostwebdesigns.com
Expand |
Embed | Plain Text
.rounded(@radius: 3px) { border-radius:@radius; -moz-border-radius:@radius; -webkit-border-radius:@radius;}
Comments
Subscribe to comments
You need to login to post a comment.

Use as follow in your style.less file
.example{ .rounded(10px); }