v0.1.5 Download

Breakpoints

Usage

Default breakpoints


  $breakpoints: (
    xxs: 320px,
    xs: 480px,
    sm: 640px,
    md: 768px,
    lg: 960px,
    xl: 1180px,
    xxl: 1400px
  ) !default;
  

Media query mixin

@include breakpoint(xs) { ... }

Shorthand media query mixin

HTML class breakpoint suffixes