vue-syntax-highlight icon indicating copy to clipboard operation
vue-syntax-highlight copied to clipboard

Lang attribute set to scss throws linting error

Open scott-rothman opened this issue 5 years ago • 1 comments
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

scott-rothman avatar Mar 24 '20 07:03 scott-rothman

This is not an issue with this project. This is merely a syntax and can only affect highlighting of the code.

rchl avatar Sep 09 '21 20:09 rchl