bootstrap-reboot.scss 693 B

123456789101112131415
  1. /*!
  2. * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
  3. * Copyright 2011-2021 The Bootstrap Authors
  4. * Copyright 2011-2021 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  6. * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
  7. */
  8. @import "functions";
  9. @import "variables";
  10. // Prevent the usage of custom properties since we don't add them to `:root` in reboot
  11. $font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default
  12. $font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default
  13. @import "mixins";
  14. @import "reboot";