Expected RBRACE at line 4, col 2. Is this error a bug?
/* CSS Document */
:root {
--main-bg-color: white;
--main-text-color: white;
}
I am getting the error:
Expected RBRACE at line 4, col 2.
Expected RBRACE at line 5, col 2.
I am pretty new and did some research on CSS linting but I am still somewhat lost on what to do here.

