0.1.1 • Published 5 years ago

iglu-responsive v0.1.1

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

License

iglu-responsive

A wrapper for sass-mq that restricts you to develop mobile-first. It comes with pre-defined breakpoints.

Usage

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

color: green // Visible up to 479px

+iglu-responsive--medium
  color: red // Visible as of 480px up to 767px

+iglu-responsive--large
  color: blue // Visible as of 768px up to 1023px

+iglu-responsive--xlarge
  color: orange // Visible as of 1024px up to 1499px

+iglu-responsive--xxlarge
  color: gray // Visible as of 1500px