» Tag
css
17 postsCSS View Transitions: Page Animations Without JavaScript
A developer explains adding CSS-only @view-transition animations to a blog without JavaScript routers, covering layout sliding and common pitfalls.
iOS standalone PWA: keeping a chat composer above the keyboard
iOS PWA composer hidden by keyboard: interactive-widget is Chromium-only, dvh doesn't react, and a visualViewport-based CSS workaround is explored.
HyperShots renders App Store screenshots with CSS, not AI pixels
HyperShots generates App Store screenshots via CSS and headless Chrome at exact pixel specs, eliminating rejections caused by AI image models.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comborder-shape is the property clip-path always owed you
CSS's new border-shape property fixes the long-standing clip-path problem where borders, shadows and outlines got clipped away along with the element.
TermDOM: HTML, CSS, and JavaScript for Terminal Apps
TermDOM enables the creation of interactive interfaces using HTML, CSS, and JavaScript for terminal applications.
shadcn/typeset vs Tailwind Typography: Styling Markdown
shadcn/typeset offers a styling system for HTML and markdown. Discover its comparison with Tailwind Typography.
Site List Maintenance Status: Blue Pulse Running, Green Done
A frontend-only fix that shows the currently running WordPress site with a pulsing blue border and finished sites with solid green, no backend changes needed.
Tailwind CSS v4: What Changed and How I Migrated Two Projects
Discover the significant changes in Tailwind CSS v4 and how I migrated two projects.
EffCSS v5: Type-Safe CSS-in-TS Built on Native Browser APIs
EffCSS v5 is a zero-dependency CSS-in-TS library using CSSStyleSheet and adoptedStyleSheets, offering a contract-first, framework-agnostic styling approach.
Thinking Horizontally in CSS Layers
The horizontal thinking approach with CSS @layer simplifies style management for engineers.