patrickmarabeas / useLESS-Mixins

LESS Mixins: cross browser; shapes; textures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

LESS Mixins: cross browser; shapes; textures


Languages

Language:CSS 100.0%