KNACSS/styl/config/_breakpoints.styl

10 lines
314 B
Stylus
Raw Normal View History

2017-03-06 17:35:08 +01:00
// Responsive breakpoints variables
// Warning : you should use your own values, regardless of the devices
// Best practise : (max-width: $BP) and (min-width: ($BP + 1))
tiny = 543px // or 'em' if you prefer, of course
small = 767px
medium = 991px
large = 1199px
extra-large = 1439px