2.0.5 • Published 5 years ago

@wocss/settings-breakpoints v2.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

BREAKPOINTS

Setting

The @wocss/settings-breakpoints module contains media queries breakpoints variables for the framework's modules and sass-mq. Feel free to reassign these variables.

Install using npm:

$ npm install @wocss/settings-breakpoints --save

Usage

With a tool like webpack you should import this module writing:

@import '~@wocss/settings-breakpoints';

Variables

$wocss-breakpoints

KeyValue
'mobile'320px
'tablet'768px
'laptop'1024px