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
Description
I have a library of components (TS, React, SCSS) that follows a very simple structure. I've developed a tool similar to Docz but I'd like to give Docz a try. Having Docz use the TSX components is easy, but I have no idea how to include in the generated HTML my project's generated CSS.
Give more information about your doubt
Should this be a plugin ? Or should I somehow use webpack for that ? I have no idea. ¯_(ツ)_/¯
Also, thanks a lot for this project, it looks great !
The text was updated successfully, but these errors were encountered:
In the issue #6 you can see some related case, but if you want to use the generated css on the HTML file, you can use webpack extract plugin or create your own index.html as we explain here
Question
Description
I have a library of components (TS, React, SCSS) that follows a very simple structure. I've developed a tool similar to Docz but I'd like to give Docz a try. Having Docz use the TSX components is easy, but I have no idea how to include in the generated HTML my project's generated CSS.
Give more information about your doubt
Should this be a plugin ? Or should I somehow use webpack for that ? I have no idea. ¯_(ツ)_/¯
Also, thanks a lot for this project, it looks great !
The text was updated successfully, but these errors were encountered: