styled-breakpoints

Simple and powerful breakpoints for styled components and emotion.

MIT License

Downloads
68.2K
Stars
545
Committers
20

Bot releases are hidden (Show)

styled-breakpoints - v6.0.0

Published by mg901 almost 6 years ago

6.0.0 (2019-01-14)

Code Refactoring

  • public api: remove above and below functions (ca29bcc)

BREAKING CHANGES

  • public api: replace 'above' fn with 'up' and 'below' with 'down'
styled-breakpoints - v5.0.0

Published by mg901 almost 6 years ago

5.0.0 (2019-01-14)

Bug Fixes

  • flow: fix imported types (9f8277e)

Features

  • user-api: change user-api (10fb828)

BREAKING CHANGES

  • user-api: Remove function createBreakpoints. Now the breakpoints are announced in the theme
    provider.