Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 553 Bytes

File metadata and controls

15 lines (11 loc) · 553 Bytes

bootstrap example (SCSS theming)

Compiles custom SCSS that sources Bootstrap's own SCSS — overriding variables to theme it — vendored from npm and served by web-modules. No Node, no dart-sass.

cargo run -p bootstrap-scss
# open http://127.0.0.1:8080/
  • web/app.scss overrides $primary/$secondary/… then @imports Bootstrap's scss/bootstrap. web-modules keeps packages' .scss sources, so grass can build Bootstrap from source and apply the overrides → /app.css, on the fly.

web/web_modules/ is generated.