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
I find this plugin great for documentation purposes (used in Storybook pages).
Would it be possible to somehow add doc comments found in the preceding lines?
Eg:
So object for this variable would also include {... comments: ['Color for emphasized texts']}
This would enable us to keep documentation together with code.
The text was updated successfully, but these errors were encountered:
Since we actually compile the sass source to extract variables I'm fairly sure comments are not preserved, and it would likely require traversing the source AST separately, which is not in scope.
I find this plugin great for documentation purposes (used in Storybook pages).
Would it be possible to somehow add doc comments found in the preceding lines?
Eg:
So object for this variable would also include
{... comments: ['Color for emphasized texts']}
This would enable us to keep documentation together with code.
The text was updated successfully, but these errors were encountered: