https://github.com/patrickmarabeas/useless-mixins
LESS Mixins: cross browser; shapes; textures
https://github.com/patrickmarabeas/useless-mixins
Last synced: over 1 year ago
JSON representation
LESS Mixins: cross browser; shapes; textures
- Host: GitHub
- URL: https://github.com/patrickmarabeas/useless-mixins
- Owner: patrickmarabeas
- Created: 2013-05-30T03:25:17.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T14:12:08.000Z (over 12 years ago)
- Last Synced: 2023-05-23T14:55:13.994Z (about 3 years ago)
- Language: CSS
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
useLESS-Mixins
===========
Collection of LESS mixins
.border-radius(20px); //less.js 1.4.0-beta + OR lessPHP
.border-radius(20px, 20px, 20px, 20px);
.opacity(0.5);
.box-sizing(border-box);
.transition(width, 0.2s, linear, 0s); //property, duration, timing-function, delay
.transform(value);
.user-select(value);
.triangle(top-left, #007bff, 50px, 40px); //direction, color, height, width
.texture(diagSmall);