CSS3 Variables output in compiled CSS

Created on 4 February 2020, over 4 years ago
Updated 15 December 2023, 7 months ago

For subtheming Claro it would make it a lot easier if we could leave the CSS3 Variables also in the output – with the fallback of the HEX codes for older browsers like e.g. IE11. But with this Claro could be easily subthemed/customized for Client wishes.

e.g.

:root {
  --color-absolutezero: #003cc5;
}

.button {
  background-color: #003cc5;
  background-color: var(--color-absolutezero);
}
✨ Feature request
Status

Closed: outdated

Version

11.0 🔥

Component
Claro  →

Last updated about 16 hours ago

Created by

🇨🇭Switzerland saschaeggi Zurich

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024