0.1.0 • Published 8 years ago

iotacss-breakpoint v0.1.0

Weekly downloads
10
License
-
Repository
github
Last release
8 years ago

Breakpoint Settings

Breakpoint settings file contains a list of the breakpoint sizes.

Installation

npm install --save iotacss-breakpoint

Options

$iota-breakpoint-sizes : (
  sm  : "screen and ( min-width: 768px )",
  smo : "screen and (min-width: 768px ) and (max-width: 999px )",
  md  : "screen and ( min-width: 1000px )"
) !default;