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