0.1.0 • Published 5 years ago

iglu-scale v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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