Open bartaz opened 2 years ago
Branch with POC after hackaton: https://github.com/canonical-web-and-design/vanilla-framework/tree/classreference-scss-docs-parsing
Some notes from the code for reference:
Triage: Effort high, impact high.
Something to consider in new architecture. Some kind of automated code reference (for styles? React components?).
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-15177.
This message was autogenerated
During hackaton we discovered scss-comment-parser and CDocParser
scss-comment-parser: https://github.com/SassDoc/scss-comment-parser CDocParser: https://github.com/FWeinb/CDocParser
We could look into using one of them to parse custom annotations from the SCSS code to build class reference.