bug: generated documentation does not display custom properties when included in loud comments #5623
Closed
3 tasks done
Labels
Bug: Validated
This PR or Issue is verified to be a bug within Stencil
Prerequisites
Stencil Version
v4.14.0
Current Behavior
When I document custom CSS properties using syntax within loud comments in my CSS files, the generated documentation does not display them.
In Sass, to preserve comments we have to set them as loud comments using the following format:
https://sass-lang.com/documentation/syntax/comments/#in-scss
However, these loud comments do not seem to be interpreted by the documentation generation process.
Expected Behavior
I expect the documentation to display the --mg-badge-size custom property with its associated description, indicating that it represents the badge size.
System Info
No response
Steps to Reproduce
Add loud comment in CSS like: https://github.com/duhem-s/stencil-css/blob/main/src/components/my-component/my-component.css
Run build command.
Custom properties are not displayed in readme.
Code Reproduction URL
https://github.com/duhem-s/stencil-css/tree/main
Additional Information
No response
The text was updated successfully, but these errors were encountered: