#CleanCSS
While it would be beneficial to open a bug for CleanCSS, I would have to make a reduced example of compiled TailwindCSS (customized obviously). It's effort that I would rather not have to do since I _assume_ that the Tailwind compiler optimizes it's output except for minification.
August 10, 2025 at 2:05 AM
Over the last few days while working on an upcoming blog post I've performed quite the yak shaving:

1. I wanted to use `@layer` in a #CSS demo (ironically one showing that it doesn't solve this particular use case).
2. My auto #CSP setup using #JSDom and #CleanCSS failed to parse `@layer`.
September 5, 2025 at 5:47 AM
#ModernCSS Code Snippets — It has a few rough edges, but the core idea of showing a variety of #CSS snippets with a before/after showing the “old” way to do something versus the “new” way is neat || #WebDev #WebDevTips #CleanCSS bit.ly/4sqnkIa
Modern CSS Code Snippets | modern.css
A collection of modern CSS code snippets. Every old CSS hack next to its clean, native replacement, side by side.
bit.ly
March 24, 2026 at 12:30 PM
Magical Coding Tips Part #3: CSS Background Shorthand ✨
Write less, style more — master background magic at javidev (link in my profile).
mystic.js

#CSSShorthand #BackgroundCSS #FrontendTips #CodeSmart #WebStyling #DevShortcuts #CleanCSS #HTMLMagic #LearnFrontend #WebCraft
May 14, 2025 at 3:02 PM
Magical Coding Tips Part #5: Padding CSS Shorthand 🧙‍♂️
Simplify your spacing spells with one clean line — explore more at javidev (link in my profile).
mystic.js

#CSSPadding #ShorthandCSS #SpacingTips #FrontendMagic #CodeBetter #WebStyle #CleanCSS #DevHacks #UIBasics #WebTips
May 11, 2025 at 10:02 PM
3. I upgraded #CleanCSS.
4. I removed #JSDom and replaced it with #parse5, which works with `@layer`.
5. I wanted to use `Object.groupBy` here which requires `target: "ES2024"` in #TypeScript.
6. Therefore I needed to upgrade TS.
7. Upgrading TS broke #Karma for reasons I couldn't understand.
September 5, 2025 at 5:47 AM
cleancss
January 5, 2025 at 11:38 AM
cleancss
January 4, 2025 at 7:32 PM