Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
5e9c391cab08fc34f85776427b35a82853e7b617
/
.
/
src
/
assets
/
styles
/
bmc
/
helpers
/
_functions.scss
blob: 456caf363542a97f9492a81ebcb43c320e85a1f9 [
file
] [
log
] [
blame
]
// This function is usually used to get a lighter
// theme variant color to use as a background color
@function
theme
-
color
-
light
(
$variant
)
{
@return
theme
-
color
-
level
(
$variant
,
-
11.3
);
}