stlyus-mixins
1.0.1 • Public • Published
A collection of shorthand mixins for stylus-lang
Mixin |
Property |
b |
border |
bt |
border-top |
bl |
border-left |
br |
border-right |
by |
border-top & border-bottom
|
bx |
border-left & border-right
|
r |
border-radius |
The c
mixin works like this
input { c: white gray black 1 0 1; }
would expand to
input {
color: white !important;
border-color: gray;
background-color: black !important;
}
note you can use 0
to omit arguments
Mixin |
Property |
c |
see below |
bg |
background |
fg |
color |
Mixin |
Property |
an |
animation |
d |
display |
bs |
box-shadow |
tr |
transition |
op |
opacity |
Mixin |
Property |
p |
padding |
pb |
padding-bottom |
pl |
padding-left |
pr |
padding-right |
px |
padding-left & padding-right
|
py |
padding-top & padding-bottom
|
m |
margin |
mb |
margin-bottom |
ml |
margin-left |
mr |
margin-right |
mx |
margin-left & margin-right
|
my |
margin-top & margin-bottom
|
Mixin |
Property |
ff |
font-family |
fs |
font-size |
fw |
font-weight |
td |
text-decoration |
Package Sidebar
Install
Weekly Downloads