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

Import bootstrap sass #130

Closed
3 tasks done
jessesquires opened this issue Jan 8, 2021 · 0 comments
Closed
3 tasks done

Import bootstrap sass #130

jessesquires opened this issue Jan 8, 2021 · 0 comments

Comments

@jessesquires
Copy link
Owner

jessesquires commented Jan 8, 2021

Instead of importing bootstrap.css in <head>, use @import "../node_modules/bootstrap/scss/bootstrap";

https://getbootstrap.com/docs/5.0/customize/sass/

  • Switch to importing sass via Jekyll
  • Customize various components via sass
  • Only import what is needed.

Related: #89, #58

@jessesquires jessesquires self-assigned this Jan 8, 2021
@jessesquires jessesquires changed the title Import bootstrap scss Import bootstrap sass Jan 8, 2021
jessesquires added a commit that referenced this issue May 26, 2021
Pretty large infrastructure change. Migrating to bootstrap 5, which removes the dependency on JQuery. Also moving toward a sass-only approach.

- Upgrades to latest Bootstrap 5.x release, #138
- Removes JQuery
- Switches to import Bootstrap sass instead of css, #130
- Updates config and ignore rules
- Move syntax.scss to _sass/ and import
jessesquires added a commit that referenced this issue May 26, 2021
- More sass/css refinements and optimizations
- start importing and overriding bootstrap #130
jessesquires added a commit that referenced this issue May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant