5
公开标注数
5
参与人数
2026-07-21 09:59:24
首次 Whisper
讨论活跃度
tailwindcss.com 近 17 周的公开 Whisper
少多
最新公开 Whisper
划选高亮2026-07-21 13:20:24
原文高亮摘录
“Use unprefixed utilities to target mobile, and override them at larger breakpoints”
Whisper 随想笔记
I always forget to unprefix first, so my CSS ends up a mess.
划选高亮2026-07-21 13:11:24
原文高亮摘录
“Use unprefixed utilities to target mobile, and override them at larger breakpoints”
Whisper 随想笔记
Makes sense, but what if the mobile layout is the complex one?
划选高亮2026-07-21 10:17:24
原文高亮摘录
“Every utility class in Tailwind can be applied conditionally at different breakpoints”
Whisper 随想笔记
I love that I can just sm:flex and forget about the rest.
划选高亮2026-07-21 10:08:24
原文高亮摘录
“Every utility class in Tailwind can be applied conditionally at different breakpoints”
Whisper 随想笔记
Sure, but it gets messy when you need more than a couple breakpoints.
划选高亮2026-07-21 09:59:24
原文高亮摘录
“Every utility class in Tailwind can be applied conditionally at different breakpoints”
Whisper 随想笔记
This is the whole reason I switched from writing custom media queries all day.