Skip to content

CSS variable doesn't working on IE. #17546

@adsingh14

Description

@adsingh14

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedOpen for all. You do not need permission to work on these.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions