-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
CSS variable doesn't working on IE. #17546
Copy link
Copy link
Closed
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.
Description
Describe your problem and - if possible - how to reproduce it
From CSS variable lesson, I just want to inform that IE doesn't supports CSS variables as well as it's fallback value.
It'd be great if your team will curate those lessons/challenges or add alternate CSS property with that.
background: black; // IE & un-supported browsers
background: var(--var-name, black);
Add a Link to the page with the problem
Started from this lesson.
Tell us about your browser and operating system
- Browser Name: Chrome
- Browser Version: 67+
- Operating System: Windows 10
If possible, add a screenshot here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.