mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
- package.json version synced to 9.0.10 (matching manifest.json)
- Removed ~45 blocks of commented-out CSS dead code (-117 lines)
- Reduced !important declarations from 165 to 133
- Removed !important from font-family, padding/margin/border, font-size,
opacity, text-decoration, display where selectors were specific enough
7 lines
135 B
JSON
7 lines
135 B
JSON
{
|
|
"name": "Zen",
|
|
"version": "9.0.10",
|
|
"scripts": {
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
}
|
|
}
|