SublimeText / Sass

Sass and SCSS syntax for Sublime Text
https://packagecontrol.io/packages/Sass
MIT License
50 stars 8 forks source link

error: sass syntax @function highlight #19

Closed CreativSpeed closed 5 years ago

CreativSpeed commented 5 years ago

@function and all @* syntax highlight detected as a string.unquoted.css

sass-error

braver commented 5 years ago

@CreativSpeed that's probably due to the @return statement not ending correctly. Fixed in 201e921ad2fb23ee06b490c58ded44d78558cc07

CreativSpeed commented 5 years ago

no, you cant do that in .sass

sass-error-2