Thanks @Araq.
1. I see that this forum uses Spectre.css. But there is no mention of this
css in the codebase itself. How did you (or whoever is the author) did it? I
see a mock folder. Is it that you mocked the htmls, generated css and linked it
back to the generated html?
2. If the process is more like #1 then how are the layouts and styling happen
during development? Wouldn't it be a blind process without really knowing how
the end result will look like? In js frameworks like vue and react, you can
style within the components itself so during the development the developer can
see the styles. Is that possible with Karax?