at-import / SassyLists

MIT License
276 stars 27 forks source link

Update comment style according SassDoc 2.0 #56

Closed panyamin closed 8 years ago

panyamin commented 8 years ago

In case of using require with compass, multi-line comments are outputed in .css files.

KittyGiraudel commented 8 years ago

Hey there.

Thank you for your contribution. For starters, this has nothing to do with Compass. Multi-lines comments are being output when compiling Sass in non-compressed mode (e.g. expanded). This should not be the case in production anyway.

Second thing, we should actually move to three slashes /// as this is now the only type of comment supported by SassDoc, and those are SassDoc comments. I’m okay with merging the PR if you feel like changing // to /// maybe?

Cheers.

panyamin commented 8 years ago

Hello,

Yes, I'm sorry, it nothing to do with compass, and of course in compressed mode comments are not displayed. But even, in non-compressed modes I personnaly think that they should not being outputed...

Btw, the new version of SassDoc maybe now use the single-line style comment to avoid this..?

I'll update the PR to reflect the new comment style.

panyamin commented 8 years ago

Updated!