Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/bootstrap/bootstrap-reboot.scss is written in an unsupported language. File is not indexed.

0001 /*!
0002  * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/)
0003  * Copyright 2011-2020 The Bootstrap Authors
0004  * Copyright 2011-2020 Twitter, Inc.
0005  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
0006  * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
0007  */
0008 
0009 @import "functions";
0010 @import "variables";
0011 // Prevent the usage of custom properties since we don't add them to `:root` in reboot
0012 $font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default
0013 $font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default
0014 @import "mixins";
0015 @import "reboot";