-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use Bootstrap inside docz? #267
Comments
This was the first question I had to ask myself, as well, when I started using docz (10 minutes ago, hehe). I came up with this super nasty workaround, basically, I'm using Helmet to inject the bootstrap CSS file. Seems to work OK for me:
I guess I will create a |
Did you see |
@denisborovikov oh awesome! I didn't know about |
Move fast, break things. There're many stuff not documented yet. |
Thanks so much @denisborovikov and @mbrochh. As suggested, using htmlContext Bootstrap is up and running by just adding: doczrc.js
docz/dist/index.html
|
Thanks to help us @denisborovikov, I'll work this weekend to make this documentation and release the new version 🙏 |
Question
I am wondering if I can I use Bootstrap inside docz.
Description
It is not my choice to use Bootstrap but the repo I will be working on is a legacy and I'm planning to use docz to provide a kind of UI Library hence I need to set the components using bootstrap.
I have tried to install directly bootstrap and try to add another css processor, currently just having
css({preprocessor: 'less'}),
but when running it seems that I am missing something with my transpiler or build process.The text was updated successfully, but these errors were encountered: