elcontraption-style-mixins

0.1.2 • Public • Published

style-mixins

Useful scss mixins.

Mixins

bp

Basic media query breakpoints.

@include bp(min-width, 768) {
    //... 
}

font-size

Normalize font-size to rem units.

@include font-size(36);

line-height

Normalize line-height to rem units.

@include line-height(36);

placeholder

Input placeholders.

@include placeholder {
    //... 
}

Dependents (0)

Package Sidebar

Install

npm i elcontraption-style-mixins

Weekly Downloads

0

Version

0.1.2

License

none

Last publish

Collaborators

  • elcontraption