home.social

#stylequeries — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #stylequeries, aggregated by home.social.

  1. I haven't used style queries much, but just gave them a spin and got an idea (that I've just tested & works) about how we can have ranges in style queries right now. 🥳

    That is, red background if --k <= 20, orange background if 20 < --k <= 40 and so on...

    #CSS #styleQueries #cssVariables #code #coding #frontend #containerQueries #web #dev #webDev #webDevelopment

  2. As the discussion around container queries, especially style queries, continues to grow, I've found the real-world use cases interesting

    This inspired me to take this further and look at how this would work with a mixed-component approach.

    codepen.io/dutchcelt/pen/YzbYy

    Using style queries to pass down a given context and data attributes for the DOM to configure them from the outside. (Note the use of javascript setting the disqualified player)

    #css #stylequeries