Skip to content
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

Am I missing something here? bootstrap.min.css does not include certain essentials that you add via "../_assets/css/custom.min.css" #1313

Open
WebDragon opened this issue Aug 28, 2024 · 1 comment

Comments

@WebDragon
Copy link

If you JUST use the v5 theme's bootstrap.min.css as specified in the dropdown as I am used to doing with previous releases of bootswatch 4 and earlier, the resulting page does not look right, buttons all crammed together, incorrect spacing, weirdness everywhere.

https://jsfiddle.net/foc8pvk3/
image

but if you include that extraneous css include, everything looks fine. So why is this not part of the theme file ?

https://jsfiddle.net/foc8pvk3/1/
image

this seems to be true for all of the themes, so I am very curious as to the omission of these additional css rules in the actual theme's bootstrap.min.css file

@thomaspark
Copy link
Owner

The Bootstrap theme files will style the components, but you'll need to add your own styles to space them in the context of your site. The custom stylesheet does this for the Bootswatch docs site. But most sites won't have a bunch of buttons grouped together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants