An icon set representing CSS properties and values, for editor UIs
CSS property icons for design tools, but icon sets for dev UIs already exist.
https://www.npmjs.com/package/css-variable-lsp
LSP for CSS variables with cascade awareness, but Stylelint, PostCSS, and editor extensions already cover this.
Frontend developers using CSS variables, design systems teams
Stylelint · PostCSS plugins · VSCode IntelliSense (built-in)
It started as a TypeScript server (`css-variable-lsp`) and now also has a Rust implementation (`css-lsp-rust`).
What works today: 1. Context-aware completion inside `var(...)` (CSS/HTML/JS string contexts). 2. Cascade-aware hover (`!important`, specificity, source order). 3. Workspace-wide definition, references, rename, diagnostics. 4. Color previews/resolution through variable chains. 5. Rust-first distribution with safe fallback to TS/npm when needed.
Repos: TS LSP: https://github.com/lmn451/css-lsp Rust LSP: https://github.com/lmn451/css-lsp-rust VS Code extension: https://github.com/lmn451/css-variables-vscode Zed extension: https://github.com/lmn451/css-variables-zed
CSS property icons for design tools, but icon sets for dev UIs already exist.
Uses differential-property testing as an automated feedback loop to validate LLM-driven rewrites — that's the clever bit that turns flaky translations into repeatable refinement. The author targets a closed-source MUD DLL to avoid model memorization and walks through why raw assembly prompts failed and how decompiled C+tests + LLM translation to Rust succeeds. It's a thoughtful, slightly alarming demo with concrete techniques you can try yourself, not just vaporware.
CSS variable extraction for HN theming when dark reader extensions already exist.
Korean keywords for programming when English dominates every other language.
Yet another resilience library in a space dominated by tower and tokio-retry.
Node-based CSS editor with media query visualization for macOS only.