-
Notifications
You must be signed in to change notification settings - Fork 30
Ability to generate documentation through Sassdoc or similar tool #17
Description
I was trying to use Sassdoc along bem-constructor but then I realized that Sassdoc only works for certain Sass items (variables, functions, mixins and placeholders).
Thing is, most of the times (if not 100% of them) I find myself defining different blocks, objects or components by starting with the @include operator, which is certainly not caught by Sassdoc. That means all of my potential nice and clean documentation for that given block or component will just not be parsed and rendered by that tool.
I wonder if there is any chance to investigate on this, whether it is a way to integrate Sassdoc or any other similar tool into your library, or come up with a built-in alternative to produce docs from the blocks created.
Thanks for your time, this is an awesome library.