Patch 2.0.4
This release adds support for configurable font weight values and introduces a new default set based on the common language found on MDN. It also migrates Hydrogen away from PostCSS, Autoprefixer, and CSSnano in favor of Lightning CSS.
✨ New features (1)
- Adds support for configurable font weight values.
🛠️ Optimizations (1)
- Migrates away from CSSnano and Autoprefixer in favor of Lightning CSS, which has resulted in some serious speed gains (the documentation site dropped from ~500ms to ~180ms).
🪲 Bugfixes (2)
- Removes references to an old
clean.jsfile that was causing errors for projects using Hydrogen through PNPM. - Fixes a bug where the
:childrenselector wouldn't style pseudo elements due to the automatically added:notstatement.