The Wayback Machine - https://web.archive.org/web/20211015044906/https://github.com/topics/json-feed
Skip to content
#

json-feed

Here are 64 public repositories matching this topic...

bensmithett
bensmithett commented Aug 15, 2020

Fela doesn't necessarily respect the order in which you write media queries, since all the rules for each media query get bundled up into a single <style> tag for SSR.

E.g...

<div className={css({
  color: 'red',
  '@media (min-width: 500px)': { color: 'blue' },
  '@media (min-width: 900px)': { color: 'green' }
})}>

...can result in this HTML...

<styl

Improve this page

Add a description, image, and links to the json-feed topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the json-feed topic, visit your repo's landing page and select "manage topics."

Learn more