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
to keep the styleguide living, it would be awesome to import a html file within the @markup annotation instead of hardcoding/duplicating it.
Like that you would be able to define more complex structures and keep the documentation within the scss quite short, cause no markup has to be written there. And if the structure changes, you only have to adjust it in your html which you are actually using.
/**
* @structure Header
* @description
* Nice looking header with a navigation bar
* @markup
* @{include:header.html}
*/
Are there any plans for that so far?
The text was updated successfully, but these errors were encountered:
Hey,
to keep the styleguide living, it would be awesome to import a html file within the @markup annotation instead of hardcoding/duplicating it.
Like that you would be able to define more complex structures and keep the documentation within the scss quite short, cause no markup has to be written there. And if the structure changes, you only have to adjust it in your html which you are actually using.
Are there any plans for that so far?
The text was updated successfully, but these errors were encountered: