0.0.8 • Published 6 years ago

mustart-media-queries v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Sass mixins for media queries.

Getting started

  1. yarn add mustart-media-queries

Using on Stylesheets

@import '/path/to/core'

// for screen width more than 280px
+xx-small-up 
  .your-class

// for screen width more than 320px
+x-small-up
  .your-class

// for screen width more than 480px
+small-up 
  .your-class
 
// for screen width more than 600px
+medium-up
  .your-class

// for screen width more than 800px
+x-medium-up
  .your-class

// for screen width more than 1024px
+large-up
  .your-class

// for screen width more than 1280px
+x-large-up
  .your-class
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago