Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

CSS Variables #309

Open
McRaeSoftware opened this issue Jan 4, 2021 · 0 comments
Open

CSS Variables #309

McRaeSoftware opened this issue Jan 4, 2021 · 0 comments

Comments

@McRaeSoftware
Copy link

McRaeSoftware commented Jan 4, 2021

When trying to use CSS variables the linter constantly displays the error "Expected RBRACE at line number, col number"

example CSS;

:root
{
/* these variables flag errors -> "Expected RBRACE at line number, col number"*/
--primaryColour: #23d5ab;
--secondaryColour: #17a2b8;
}

.example
{
background-color: Black;
/*this line displayes error -> " Expected color but found 'var(--primaryColour)" */
color: var(--primaryColour);
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant