SC5 / sc5-styleguide

Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation
http://styleguide.sc5.io/
MIT License
1.26k stars 167 forks source link

Support for block comments #1014

Closed kchetan92 closed 7 years ago

kchetan92 commented 8 years ago

KSS supports block comments /**/, however sc5-styleguide wasn't able to parse it properly. Is this a bug?

junaidrsd commented 8 years ago

KSS supports block comments with only CSS. In order to use preprocessor it only supports inline comments. See this section for details

varya commented 7 years ago

@kchetan92 If you still have a problem, please tell which syntax are you using, SASS, LESS, SCSS? If not, can we close the issue?

kchetan92 commented 7 years ago

Thanks @varya , @junaidrsd . Your suggestion worked.