iotacss-breakpoint
v0.1.0
Published
Breakpoint settings for iotaCSS
Downloads
8
Readme
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;