deptno/next.js-typescript-starter-kit

div inside Home.css is having a lint error

Tanapruk opened this issue · 1 comments

https://github.com/deptno/next.js-typescript-starter-kit/blob/master/src/components/Home.css

div {
    background: var(--colorPrimary);
    color: var(--colorSecondary);
}

div tag inside Home.css is having lint problem.
What config do I need to make the error go away.

I'm using Visual Studio Code Version 1.31.1 (1.31.1)

Thanks,

I don't use lint 🤔, sorry for late answer.