You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an issue parsing comments in Sass syntax. The following throws a parse error, even in the playground, whereas with SCSS it compiles fine.
/** SASS variables are information about icon"s compiled state, stored under its original file name .icon-home width: $icon-home-width The large array-like variables contain all information about a single icon $icon-home: x y offset_x offset_y width height total_width total_height image_path At the bottom of this section, we provide information about the spritesheet itself $spritesheet: width height image $spritesheet-sprites*/
There seems to be an issue parsing comments in Sass syntax. The following throws a parse error, even in the playground, whereas with SCSS it compiles fine.
Original issue
sasstools/sass-lint#972
The text was updated successfully, but these errors were encountered: