Nicolas Hoizey · @nhoizey
853 followers · 7719 posts · Server mamot.fr
Nicolas Hoizey · @nhoizey
853 followers · 7643 posts · Server mamot.fr
Daniel Saunders · @dsaunders
40 followers · 48 posts · Server mstdn.social

First time playing around with , and wow being able to set font size proportionally to card size with a couple lines of CSS is 🤯

This example is from my portfolio site I'm redesigning:

```css
.card {
container-type: inline-size;
}

@container (min-width: 500px) {
.card .title {
font-size: 8cqmin;
}
}
```

#ContainerQueries

Last updated 2 years ago

Daniel Saunders · @dsaunders
37 followers · 57 posts · Server mstdn.social

First time playing around with , and wow being able to set font size proportionally to card size with a couple lines of CSS is 🤯

This example is from my portfolio site I'm redesigning, which has a grid of project cards in varying sizes:

```css
.card {
container-type: inline-size;
}

@container (min-width: 500px) {
.card .title {
font-size: 8cqmin;
}
}
```

#ContainerQueries

Last updated 2 years ago

Angie Radtke · @AngieRadtke
155 followers · 258 posts · Server mastodon.social

@jensimmons @LeaVerou
There is no this/self using ? What a pity. @bramus
.mycontainer { container-name: mycontainer);
@container mycontainer (min-width: 700px) {
$self / $this {
padding:60px
}
}

#css #ContainerQueries

Last updated 2 years ago

pablolarah · @pablolarah
170 followers · 1305 posts · Server mastodon.social

⚪️ On Container Queries, Responsive Images, and JPEG-XL
by Jason Grigsby @grigs @grigs at @CloudFour

cloudfour.com/thinks/on-contai

#ContainerQueries #images #webdev #responsive

Last updated 2 years ago

Téotime Pacreau · @teotimepacreau
22 followers · 63 posts · Server mastodon.design

@nicod totalement ! Je te conseille fortement de consulter la démo de @Una
codepen.io/una/pen/mdOgyVL . Sur des interfaces à base de cartes ça fonctionne particulièrement bien. Très efficace pour écrire un seul composant qui s'adapte en fonction de son contenu.

#responsivetothecontainer #resilientcss #defensivecss #ContainerQueries

Last updated 2 years ago

Téotime Pacreau · @teotimepacreau
21 followers · 53 posts · Server mastodon.design
Angie Radtke · @AngieRadtke
154 followers · 244 posts · Server mastodon.social

Now i do with .😀

#typo #ContainerQueries #css

Last updated 2 years ago

Zearin · @Zearin
0 followers · 14 posts · Server mastodon.social

@heydon How does the use of impact (or not) techniques from EveryLayout.dev?

#ContainerQueries

Last updated 2 years ago

Tudor (they/them) · @mateitudor
250 followers · 385 posts · Server mastodon.social

landed in all major browsers: Safari 16, Firefox 110, Chrome 105!

ishadeed.com/article/container

#ContainerQueries

Last updated 2 years ago

Téotime Pacreau · @teotimepacreau
15 followers · 29 posts · Server mastodon.design

Mixing , , and from @fonts → "Our text will never get too big or too small and if a dev throws that paragraph into a sidebar or a card or something then our text will always look good."

"what hundreds of lines of CSS hacks could be cut down to with container queries:
p {
font-size: clamp(1rem, 2.5cqw, 2rem);
line-height: clamp(1.35rem, 3.5cqw, 1.9rem);
}"

robinrendle.com/notes/containe

#resilientcss #defensivecss #css #containerqueriesunits #clamp #typography #ContainerQueries

Last updated 2 years ago

Téotime Pacreau · @teotimepacreau
15 followers · 29 posts · Server mastodon.design
Nicolas Hoizey · @nhoizey
696 followers · 5500 posts · Server mamot.fr

Firefox 110 will be released on February 14th, for all Container Queries lovers! 🥰

caniuse.com/css-container-quer

⚓️ nicolas-hoizey.com/notes/2023/

#ContainerQueries #css #firefox

Last updated 2 years ago

Nicolas Hoizey · @nhoizey
696 followers · 5496 posts · Server mamot.fr

Firefox 110 will be released on February 14th, for all Container Queries lovers! 🥰

{% caniuse "css-container-queries" %}

⚓️ nicolas-hoizey.com/notes/2023/

#ContainerQueries #css #firefox

Last updated 2 years ago

Jan Andrle · @jaandrle
104 followers · 986 posts · Server fosstodon.org
Angie Radtke · @AngieRadtke
135 followers · 154 posts · Server mastodon.social

.
All of these not make easier to read and understand. becomes much more specific and needs much more understanding. So nothing for sissies (correct englisch word?)

#css #ContainerQueries #customproperies #nesting

Last updated 2 years ago

benteh · @benteh
875 followers · 893 posts · Server mastodon.social

Container queries, people! Is THE SHIT! …but quite fiddly❤️🎉🥳

#css #ContainerQueries

Last updated 2 years ago

pablolarah · @pablolarah
92 followers · 652 posts · Server mastodon.social

◾️ A Few Times Container Size Queries Would Have Helped Me Out
by Dan Christofi on @css

css-tricks.com/a-few-times-con

#ContainerQueries #css #webdev

Last updated 2 years ago

Daniel Ley · @dley
22 followers · 9 posts · Server mas.to

Last time we highlighted all the cool features enabled by ... this time we shine some light on . One of the most exciting new features of the release. There were a couple of articles lately, e.g. from @brad_frost or Dan Donald

kickstartds.com/blog/release-s

#opensource #ContainerQueries #DesignToken

Last updated 2 years ago