Open dsteinel opened 7 years ago
We had the same problem, so we forked the project and added a @{template: path} substitution. Hopefully they'll accept the PR, if not you can find our fork here: https://github.com/wcm-io-frontend/nucleus/tree/template
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?