diff options
author | Matthew Lemon <y@yulqen.org> | 2023-12-18 09:54:36 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-12-18 09:54:36 +0000 |
commit | c504e1e907ea68e3b777db5d286974010d2361c0 (patch) | |
tree | 3f0afd1600b960e61bbf951d65292a66cbd2e1d0 /app/assets/stylesheets/application.bootstrap.scss | |
parent | 18ab0d1d8ab42d212ed1cc2346ca00ec169449fd (diff) |
Added a new _custom.scss file
Turns out if you configure it thus, you can customise the sass variables
in bootstrap.
https://bootstrap.themes.guide/how-to-customize-bootstrap.html
Diffstat (limited to 'app/assets/stylesheets/application.bootstrap.scss')
-rw-r--r-- | app/assets/stylesheets/application.bootstrap.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.bootstrap.scss b/app/assets/stylesheets/application.bootstrap.scss index add77b4..9c9fe1b 100644 --- a/app/assets/stylesheets/application.bootstrap.scss +++ b/app/assets/stylesheets/application.bootstrap.scss @@ -1,3 +1,4 @@ @import 'bootstrap/scss/bootstrap'; @import 'bootstrap-icons/font/bootstrap-icons'; @import '_styles.scss'; +@import '_custom.scss'; |