1.0.0 • Published 7 years ago

md-dp-helper v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

md-dp-helper

Mixin collection to convert dp's from material design into px's.

mixins

dp(css-attr, dp-val)

.example {
    @include dp((width: 22));
}

dp-arry((css-attr:dp-val, css-attr:dp-val, ...))

.example {
    @include dp-array(('width':12,'height':22));
}
1.0.0

7 years ago