threepointone/glamor

Remove `presets` from glamor

Closed this issue · 1 comments

This is a breaking change and part of the v3 roadmap: #83.

Motivation

Glamor is a CSS-in-JS solution. As there are no predefined Media Queries in CSS and CSS itself isn't opinionated about how your website should look like, Glamor should not make any such assumptions. Predefined Media Queries belong into opinionated layout/design packages and already exist for example in glamor-ous.

Migration

See here.

TODOs

  • Remove presets (#212)
  • Write a migration guide. (#214)