debian-mirror-gitlab/app/assets/stylesheets/page_bundles/_mixins_and_variables_and_functions.scss
2020-11-24 15:15:51 +05:30

22 lines
736 B
SCSS

/**
This file contains only imports of Bootstrap, GitLab UI and GitLab mixins,
variables and functions, in the correct order.
It is meant to be used in page_bundles, but SHOULD NOT introduce any
styles of it's own. We actually check in CI that compiling _this_ file doesn't
result in any additional styles.
See: scripts/frontend/check_page_bundle_mixins_css_for_sideeffects.js
*/
@import 'framework/variables';
@import 'framework/variables_overrides';
@import 'framework/mixins';
@import 'bootstrap/scss/functions';
@import 'bootstrap/scss/variables';
@import 'bootstrap/scss/mixins';
@import '@gitlab/ui/src/scss/functions';
@import '@gitlab/ui/src/scss/variables';
@import '@gitlab/ui/src/scss/utility-mixins/index';