VSCode will produce a squiggly line under CSS it does not recognize. For example:
justify-self: start;
Naming grid lines is not recognized. The [col] gives it problems.
For example:
grid-template-columns: repeat(6, [col] 150px);
I've tried installing a number of different CSS extensions in an attempt to correct the issue but none of them have worked. For the record, I'm not using the nightly version of VSCode.
Any suggestions?
