Removing CSS variables until NUglify is merged for bundling

Ref: https://github.com/madskristensen/BundlerMinifier/issues/306
This commit is contained in:
lepipele 2018-04-05 22:56:18 -05:00
parent 40092b60fa
commit f9cc29f014

View file

@ -4,7 +4,7 @@
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
/*:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
@ -33,7 +33,7 @@
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
}*/
*,
*::before,
@ -8972,4 +8972,4 @@ a.text-dark:hover, a.text-dark:focus {
border: 1px solid #ddd !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
/*# sourceMappingURL=bootstrap.css.map */