Spaces:
Sleeping
Sleeping
File size: 293 Bytes
bb9df9e | 1 2 3 4 5 6 7 8 9 10 11 | /* stylelint-disable property-no-unknown */
:export {
sidebar-width: $sidebar-width;
navbar-height: $navbar-height;
menu-background: $menu-background;
menu-text: $menu-text;
menu-active-text: $menu-active-text;
menu-hover: $menu-hover;
}
/* stylelint-enable property-no-unknown */
|