0.0.8 • Published 4 years ago

mustart-media-queries v0.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
4 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

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago