12 lines
332 B
SCSS
12 lines
332 B
SCSS
/* stylelint-disable property-no-unknown */
|
|
:export {
|
|
sidebar-width: $sidebar-width;
|
|
navbar-height: $navbar-height;
|
|
tags-view-height: $tags-view-height;
|
|
menu-background: $menu-background;
|
|
menu-text: $menu-text;
|
|
menu-active-text: $menu-active-text;
|
|
menu-hover: $menu-hover;
|
|
}
|
|
/* stylelint-enable property-no-unknown */
|