iglu-scale

0.1.0 • Public • Published

License

iglu-scale

A @mixin that enlarges a value by 10% at every responsive breakpoint.

Usage

@import iglu-responsive/settings
@import iglu-responsive/tools
@import iglu-scale/tools

.header
  +iglu-scale(height, 100px)
  // height is 100px up to 479px
  // height is 110px as of 480px up to 767px
  // height is 120px as of 768px up to 1023px
  // height is 130px as of 1024px up to 1499px
  // height is 140px as of 1500px

Readme

Keywords

none

Package Sidebar

Install

npm i iglu-scale

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

2.89 kB

Total Files

6

Last publish

Collaborators

  • npmhalo