Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

var() is not recognized (error gramatical) #232

Closed
SioGabx opened this issue Apr 21, 2019 · 1 comment
Closed

var() is not recognized (error gramatical) #232

SioGabx opened this issue Apr 21, 2019 · 1 comment

Comments

@SioGabx
Copy link

SioGabx commented Apr 21, 2019

When i use
`:root {
--main-bg-color: coral;
}

#div1 {
background-color: var(--main-bg-color);
}

#div2 {
background-color: var(--main-bg-color);
} `
That create error :
image

Or it's right :
https://www.w3schools.com/css/css3_variables.asp

@ylafon
Copy link
Member

ylafon commented Apr 25, 2019

Duplicate of #111 It will make progress soon.

@ylafon ylafon closed this as completed Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants