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