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 am really loving using Nucleus so far, but I just ran into a hiccup and wanted to formally request a feature: parsing documentation for dynamically generated objects.
My Use Case
I would prefer to define configuration for header levels in one variable and iterate over that variable to generate the elements, instead of defining them all individually. Given the following configuration map:
Hello Pirates!
I am really loving using Nucleus so far, but I just ran into a hiccup and wanted to formally request a feature: parsing documentation for dynamically generated objects.
My Use Case
I would prefer to define configuration for header levels in one variable and iterate over that variable to generate the elements, instead of defining them all individually. Given the following configuration map:
I want to iterate over that map to generate all the elements I need, instead of doing each one individually:
This correctly generates the elements I want
The problem is, of course, that the
.scss
is parsed, not the final.css
, and that prevents it from showing up in my styleguide.Is there a way to make this work? Or am I going to have to fall back to the write-them-out-individually way?
Thank you for your help!
The text was updated successfully, but these errors were encountered: