Where can I download documentaion of Bootstrap 5.3 along with its custom SCSS files? #41287
-
I am using https://getbootstrap.com/docs/5.3/getting-started/introduction/ as an example to style my own app, and this page uses https://getbootstrap.com/docs/5.3/assets/css/docs.css and bd-* classes, variables and such. I want to see the original SCSS that is used. I googled, tried to go through few repos under twbs, as well as dicussions. It seems to me that documents are under https://github.com/twbs/bootstrap/tree/main/site/content/docs/5.3/getting-started, but they are all .md files, and in the README.md of bootstrap repo, it says documentation was built with gohugo.io. I am not sure from where can I download the SCSS used in building the CSS for the documentation? This is the first time I am every participating in any discussion on GitHub, please let if this is not the right forum or not the right way. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can find the Sass files used for our documentation at https://github.com/twbs/bootstrap/tree/main/site/assets/scss. |
Beta Was this translation helpful? Give feedback.
-
Thank you! Am checking and find it is a treasure trove for learning to write custom Bootstrap code! |
Beta Was this translation helpful? Give feedback.
You can find the Sass files used for our documentation at https://github.com/twbs/bootstrap/tree/main/site/assets/scss.
The main file is the one named
docs.scss
.