vue-syntax-highlight
vue-syntax-highlight copied to clipboard
Lang attribute set to scss throws linting error
trafficstars
At the opening style tag of every component if lang="css" is present I get the following linting error : sass: error error - Cannot read property 'toString' of undefined. (Fatal)
Removing the lang attribute or setting it to css resolves the linting error
My info: OSX 10.15.3 SublimeText 3.2.2 Vue Syntax Highlight 3.3.6 node-sass 4.12.0
This is not an issue with this project. This is merely a syntax and can only affect highlighting of the code.