Styled Components

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress!

Channels

#General

Named Media Query Breakpoints in Plain CSS

Just an idea I've had kicking around for a while - a lot of people want to use named breakpoints when working with media queries, but CSS doesn't allow you to set and use custom properties and use them like @media (var(--my-breakpoint)) {} because CSS custom properties could be…

12
7
#General

Notification bar at top, but sticky top navigation pins on scroll?

I apologize if this is not the place to post this. I searched, couldn't locate a vibrant css community outside this one here. Anyone know of a tutorial/excercise/examples of something that mimics this: https://us.puma.com/en/us/home?locale=en_US …

5
2