Background
- Add one sentence summary on why were are doing this ticket with relevant context. Ensure you add context on how the outcome of this ticket will affect the end user.
User story
As a template editor I need to use CSS variables in a way that supports all Wikimedia deployed skins.
Requirements
It should be possible to edit https://en.wikipedia.beta.wmflabs.org/wiki/Template:Tracked/styles.css so that it uses fallbacks like follows and save without error:
.tracked { float: right; clear: right; margin: 0 0 1em 1em; width: 12em; border: 1px solid var( --border-color-interactive, #72777d ); border-radius: 2px; background-color: var( --background-color-neutral, #eaecf0 ); font-size: 85%; text-align: center; padding: 0.5em; }
Communication criteria - does this need an announcement or discussion?
- We will run a user-notice once the feature is in production.