danielroe
beasties
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: preserve trailing semicolon on nested at-rule statements The compress path in `serializeStylesheet` stripped the trailing `;` of any container whose `raws.semicolon` was set, on the assumption it was a redundant declaration-body terminator. For a nested at-rule statement (e.g. `@layer parent { @layer a, b; }`), that `;` is the statement terminator and removing it yields invalid CSS — browsers then bail on subsequent rules in the parent layer. Gate the strip on the parent's last child being a declaration, leaving nested at-rule statements untouched. Fixes #322
kernoeb:fix/nested-at-rule-semicolon
2 days ago
feat(beasties): add data-beasties-skip attribute to skip individual stylesheets When set on a `<link rel="stylesheet">`, beasties returns early from `fetchStylesheet()` without reading, mutating, or adding fallbacks for that element. Other stylesheets are unaffected.
glimps-fde:feat/data-beasties-skip
2 days ago
chore(deps): update all non-major dependencies to v11.7.0 (#344) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
2 days ago
chore(deps): update all non-major dependencies to v11.7.0
renovate/all-minor-patch
3 days ago
chore(deps): update codspeedhq/action digest to c145068 (#340) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
3 days ago
chore(deps): update all linters to v10.5.0 (#342) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
3 days ago
chore(deps): update all non-major dependencies (#341) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
3 days ago
chore(deps): update all linters to v10.5.0
renovate/all-linters
4 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: preserve trailing semicolon on nested at-rule statements
#323
1 month ago
896f320
kernoeb:fix/nested-at-rule-semicolon
CodSpeed Performance Gauge
0%
feat(beasties): add data-beasties-skip attribute to skip individual stylesheets
#335
13 days ago
ea78ea7
glimps-fde:feat/data-beasties-skip
CodSpeed Performance Gauge
0%
chore(deps): update all non-major dependencies to v11.7.0
#344
3 days ago
1ece880
renovate/all-minor-patch
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs