diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
commit | eeaddb27560d723ca7d61359744ceb2709fccd2d (patch) | |
tree | 04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss | |
parent | 7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff) |
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to 'alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss')
-rw-r--r-- | alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss b/alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss new file mode 100644 index 0000000..72444f6 --- /dev/null +++ b/alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss @@ -0,0 +1,15 @@ +/*! + * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) + */ + +@import "functions"; +@import "variables"; +// Prevent the usage of custom properties since we don't add them to `:root` in reboot +$font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default +$font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default +@import "mixins"; +@import "reboot"; |