Skip to content

[Deprecated in v1.0] Breakpoint settings file contains a list of the breakpoint sizes.

Notifications You must be signed in to change notification settings

iotacss/settings.breakpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

[Deprecated in v1.0] 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;

About

[Deprecated in v1.0] Breakpoint settings file contains a list of the breakpoint sizes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages