mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 07:00:47 +02:00
3f11776ecd
* Remove components, core and modules LESS stylesheets * Remove variables LESS stylesheets * Remove app LESS stylesheets * Remove github-sync, onboarding LESS stylesheets * Remove main-light and IEEE LESS stylesheets * Remove Less loader configuration * Remove bootstrap-3 entrypoint * Rename bootstrap-5 entrypoint to bootstrap * Remove bootstrap-5 CSS folder and move stylesheets * Update CSS variables * Restore and update github-sync.scss path * Fix try-premium.scss path and fix undefined mixin error * Restore entrypoints * Simplify buildCssPath to always use main-style.css * Remove less from prettier formatting scripts * Remove less from addHook extension * Source format * Remove nvd3 file reference from prettierignore (equivalent of nvd3.scss) * Remove less and less-loader * Add SCSS files to pirates require hook GitOrigin-RevId: bd83c79f4d6ef7305d75993959a4dc5e7714ef9c
55 lines
1.8 KiB
SCSS
55 lines
1.8 KiB
SCSS
// Only include the parts of Bootstrap we need to minimize bundle size
|
|
|
|
// Include functions first (enabling manipulation of colors, SVGs, calc, etc. in the variable overrides)
|
|
@import 'bootstrap-5/scss/functions';
|
|
|
|
// Overrides for Bootstrap 5 Sass variables. These have to be included before
|
|
// Bootstrap itself because Bootstrap uses them to create the CSS variables it
|
|
// uses, and in calculations to determine, for example, what color text to use
|
|
// on a button based on contrast.
|
|
@import '../foundations/all';
|
|
@import '../abstracts/all';
|
|
|
|
// Include remainder of required Bootstrap stylesheets (including any separate color mode stylesheets)
|
|
@import 'bootstrap-5/scss/variables';
|
|
@import 'bootstrap-5/scss/variables-dark';
|
|
|
|
// Include remainder of required parts
|
|
@import 'bootstrap-5/scss/maps';
|
|
@import 'bootstrap-5/scss/mixins';
|
|
@import 'bootstrap-5/scss/utilities';
|
|
|
|
// Layout & components
|
|
@import 'bootstrap-5/scss/root';
|
|
@import 'bootstrap-5/scss/reboot';
|
|
@import 'bootstrap-5/scss/transitions';
|
|
@import 'bootstrap-5/scss/type';
|
|
@import 'bootstrap-5/scss/images';
|
|
@import 'bootstrap-5/scss/containers';
|
|
@import 'bootstrap-5/scss/grid';
|
|
@import 'bootstrap-5/scss/tables';
|
|
@import 'bootstrap-5/scss/forms';
|
|
@import 'bootstrap-5/scss/buttons';
|
|
@import 'bootstrap-5/scss/dropdown';
|
|
@import 'bootstrap-5/scss/button-group';
|
|
@import 'bootstrap-5/scss/badge';
|
|
@import 'bootstrap-5/scss/list-group';
|
|
@import 'bootstrap-5/scss/modal';
|
|
@import 'bootstrap-5/scss/tooltip';
|
|
@import 'bootstrap-5/scss/popover';
|
|
@import 'bootstrap-5/scss/spinners';
|
|
@import 'bootstrap-5/scss/card';
|
|
@import 'bootstrap-5/scss/close';
|
|
@import 'bootstrap-5/scss/nav';
|
|
@import 'bootstrap-5/scss/navbar';
|
|
@import 'bootstrap-5/scss/offcanvas';
|
|
|
|
// Helpers
|
|
@import 'bootstrap-5/scss/helpers';
|
|
|
|
// Utilities
|
|
@import 'bootstrap-5/scss/utilities/api';
|
|
|
|
// Mixins
|
|
@import 'bootstrap-5/scss/mixins/breakpoints';
|