Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sass multiline comments #252

Open
DanPurdy opened this issue Dec 7, 2016 · 0 comments
Open

Sass multiline comments #252

DanPurdy opened this issue Dec 7, 2016 · 0 comments

Comments

@DanPurdy
Copy link
Collaborator

DanPurdy commented Dec 7, 2016

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
*/

Original issue
sasstools/sass-lint#972

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant