Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
@import './theme_helper';
body {
&.ui-blue {
@include gitlab-theme(
$theme-blue-200,
$theme-blue-500,
$theme-blue-700,
$gray-900,
$theme-blue-900,
$white
);
}