12 lines
367 B
SCSS
12 lines
367 B
SCSS
@import 'page_bundles/mixins_and_variables_and_functions';
|
|
|
|
// CSS util classes
|
|
/**
|
|
These are deprecated in favor of the Gitlab UI utilities imported below.
|
|
Please check https://unpkg.com/browse/@gitlab/ui/src/scss/utilities.scss
|
|
to see the available utility classes.
|
|
**/
|
|
@import 'utilities';
|
|
|
|
// Gitlab UI util classes
|
|
@import '@gitlab/ui/src/scss/utilities';
|