Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

fix: comment out unresolved Style-Dictionary token placeholders (M2+L4)#136

Merged
rubenvdlinde merged 1 commit into
developmentfrom
fix/pr-b-token-hygiene
May 28, 2026
Merged

fix: comment out unresolved Style-Dictionary token placeholders (M2+L4)#136
rubenvdlinde merged 1 commit into
developmentfrom
fix/pr-b-token-hygiene

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Summary

  • M2 7 municipality token CSS files had unresolved Style-Dictionary references (e.g. {dinkelland.color.primary}) that were synced verbatim but never post-processed into actual CSS values. Browsers silently discard these declarations. All 29 affected lines across dinkelland, epe, leiden, noaberkracht, noordwijk, tubbergen, xxllnc are now commented out with TODO: unresolved Style-Dictionary ref markers so the next sync can resolve them properly.
  • L4 noaberkracht.css and token-sets.json reference #4376fc (legacy Conduction cobalt, retired 2026-05-13). Added TODO comments flagging upstream municipality verification needed before updating the value.

Test plan

  • Confirm no regression in municipality token themes visually
  • Verify composer check:strict passes
  • Verify CSS linting passes (stylelint)

…les (M2+L4)

7 municipality token CSS files had unresolved Style-Dictionary reference tokens
(e.g. {dinkelland.color.primary}) that were synced verbatim from upstream but
never post-processed — these produce invalid CSS declarations that browsers
silently discard. Commenting them out makes the intent explicit and prevents
the CSS sanitizer (M1) from rejecting them if read back through the editor.

Files fixed: dinkelland, epe, leiden, noaberkracht, noordwijk, tubbergen, xxllnc.
Total: 29 placeholder lines commented out across 7 files.

L4: noaberkracht.css and token-sets.json both reference legacy #4376fc
(retired Conduction cobalt, 2026-05-13). Added TODO comments flagging the
need for upstream municipality verification before changing the value.
@rubenvdlinde rubenvdlinde merged commit 785350e into development May 28, 2026
@rubenvdlinde rubenvdlinde deleted the fix/pr-b-token-hygiene branch May 28, 2026 04:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant