diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 14:46:37 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 14:46:37 -0800 |
| commit | afa87af01c79a9baa539f2992d32154d2a4739bd (patch) | |
| tree | 92c7416db734270a2fee1d72ee9cc119379ff8e1 /vanilla/node_modules/mdn-data/css/units.json | |
| parent | 3b927e84d200402281f68181cd4253bc77e5528d (diff) | |
| download | neko-afa87af01c79a9baa539f2992d32154d2a4739bd.tar.gz neko-afa87af01c79a9baa539f2992d32154d2a4739bd.tar.bz2 neko-afa87af01c79a9baa539f2992d32154d2a4739bd.zip | |
task: delete vanilla js prototype\n\n- Removed vanilla/ directory and web/dist/vanilla directory\n- Updated Makefile, Dockerfile, and CI workflow to remove vanilla references\n- Cleaned up web/web.go to remove vanilla embed and routes\n- Verified build and tests pass\n\nCloses NK-2tcnmq
Diffstat (limited to 'vanilla/node_modules/mdn-data/css/units.json')
| -rw-r--r-- | vanilla/node_modules/mdn-data/css/units.json | 213 |
1 files changed, 0 insertions, 213 deletions
diff --git a/vanilla/node_modules/mdn-data/css/units.json b/vanilla/node_modules/mdn-data/css/units.json deleted file mode 100644 index 8a5b5c4..0000000 --- a/vanilla/node_modules/mdn-data/css/units.json +++ /dev/null @@ -1,213 +0,0 @@ -{ - "cap": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "ch": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "cm": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "deg": { - "groups": [ - "CSS Units", - "CSS Angles" - ], - "status": "standard" - }, - "dpcm": { - "groups": [ - "CSS Units", - "CSS Resolutions" - ], - "status": "standard" - }, - "dpi": { - "groups": [ - "CSS Units", - "CSS Resolutions" - ], - "status": "standard" - }, - "dppx": { - "groups": [ - "CSS Units", - "CSS Resolutions" - ], - "status": "standard" - }, - "em": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "ex": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "fr": { - "groups": [ - "CSS Units", - "CSS Flexible Lengths", - "CSS Grid Layout" - ], - "status": "standard" - }, - "grad": { - "groups": [ - "CSS Units", - "CSS Angles" - ], - "status": "standard" - }, - "Hz": { - "groups": [ - "CSS Units", - "CSS Frequencies" - ], - "status": "standard" - }, - "ic": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "in": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "kHz": { - "groups": [ - "CSS Units", - "CSS Frequencies" - ], - "status": "standard" - }, - "mm": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "ms": { - "groups": [ - "CSS Units", - "CSS Times" - ], - "status": "standard" - }, - "pc": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "pt": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "px": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "Q": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "rad": { - "groups": [ - "CSS Units", - "CSS Angles" - ], - "status": "standard" - }, - "rem": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "s": { - "groups": [ - "CSS Units", - "CSS Times" - ], - "status": "standard" - }, - "turn": { - "groups": [ - "CSS Units", - "CSS Angles" - ], - "status": "standard" - }, - "vh": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "vmax": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "vmin": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "vw": { - "groups": [ - "CSS Units", - "CSS Lengths" - ], - "status": "standard" - }, - "x": { - "groups": [ - "CSS Units", - "CSS Resolutions" - ], - "status": "standard" - } -} |
