惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
WordPress大学
WordPress大学
T
Threatpost
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 聂微东
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
SecWiki News
SecWiki News
aimingoo的专栏
aimingoo的专栏
博客园_首页
小众软件
小众软件
Security Latest
Security Latest
M
MIT News - Artificial intelligence
腾讯CDC
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
S
Securelist
博客园 - 叶小钗
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Cloudflare Blog
The GitHub Blog
The GitHub Blog
B
Blog RSS Feed
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
Arctic Wolf
Google Online Security Blog
Google Online Security Blog
I
Intezer
Hacker News: Ask HN
Hacker News: Ask HN
N
News and Events Feed by Topic
Recent Commits to openclaw:main
Recent Commits to openclaw:main
MongoDB | Blog
MongoDB | Blog
Cloudbric
Cloudbric
AI
AI
G
Google Developers Blog
T
Tor Project blog
J
Java Code Geeks
H
Help Net Security
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Check Point Blog
宝玉的分享
宝玉的分享
The Register - Security
The Register - Security
V
Vulnerabilities – Threatpost
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
TaoSecurity Blog
TaoSecurity Blog
P
Palo Alto Networks Blog
F
Fortinet All Blogs

Tags from design.md

Release 0.3.0 · google-labs-code/design.md Release 0.1.1 · google-labs-code/design.md Release 0.1.0: chore: packaging for release (#11) · google-labs-code/design.md
Release 0.2.0 · google-labs-code/design.md
davideast · 2026-05-26 · via Tags from design.md

Changelog

[0.2.0] — 2026-05-26

Added

  • Tailwind CSS v4 export — New --format css-tailwind emits a CSS @theme { ... } block using Tailwind v4's native CSS-variable token namespaces (--color-*, --font-*, --text-*, --leading-*, --tracking-*, --font-weight-*, --radius-*, --spacing-*). (#45) — by @sbrsubuvga
  • CSS Color Module format support — The validator and linter now accept standard and CSS Color Module color formats. (#73) — by @dalmaer
  • Windows-friendly designmd bin alias — The dot-free designmd alias resolves cleanly via PATHEXT on Windows, where the original design.md shim was opened as a Markdown file instead of being executed. (#62) — by @voidborne-d
  • Component token diff — The diff command now includes component changes (button styles, added/removed component tokens) that were previously silently skipped. (#51) — by @Saatvik-GT

Changed

  • Renamed Tailwind export formats for clarity and backwards compatibility: css-tailwind (v4 CSS), json-tailwind (v3 JSON), and tailwind is preserved as a backwards-compatible alias for json-tailwind. (#64)

Fixed

  • Orphaned-token false positives — MD3 paired tokens (e.g. on-primary, primary-container) and baseline families are no longer flagged as orphans when a sibling token is in use. (#59) — by @mvanhorn
  • Numeric component property crash — Properties like fontWeight: 600 no longer crash the model handler when passed to string-only validation functions. (#43) — by @tejas55bk
  • Transparent hex colors — 8-digit hex colors with alpha (e.g. #FFFFFF00) are now supported. (#24) — by @tototofu123
  • Token reference resolution — References in rounded and spacing sections are now resolved correctly. (#26) — by @tejas55bk

Maintenance

  • Updated GitHub Actions checkout from v4 to v6. (#58) — by @christianoliff
  • Clarified npm install instructions on Windows and added a registry smoke test to CI. (#57) — by @camilojheans

New Contributors