Useful LESS functions.
- clearfix
- center-block
- gradient(start, end)
- bordered(top, right, bottom, left) // colors
- drop-shadow(x-axis, y-axis, blur, alpha)
- rounded(radius)
- border-radius(topright, bottomright, bottomleft, topleft)
- opacity(opacity)
- transition-duration(seconds)
- rotation(deg)
- scale(ratio)
- transition(seconds, ease-type)
- inner-shadow(horizontal, vertical, blur, alpha)
- box-shadow(..)
@import 'library.less';
Based on other LESS 'libraries'.