Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 456 Bytes

media.md

File metadata and controls

17 lines (11 loc) · 456 Bytes

tools/media.less

Transfer media queries in css to javascript using the content of body:after.

Based on Bootstrap breakpoint classes on the <body> will be set/changed to is-media-xs, is-media-sm, is-media-md and is-media-lg.

Dependencies:

In LESS:

@import "/node_modules/ds-frontend/less/tools/media.less";