// base color $blue:#324157; $light-blue:#0F93F6; $red:#C03639; $pink: #E65D6E; $green: #30B08F; $tiffany: #4AB7BD; $yellow:#FEC171; $panGreen: #30B08F; // header $headerHeight: 80px; // sidebar $menuText:#ffffff; $menuActiveText:#ffffff; $subMenuActiveText:#ffffff; $menuBg:#202B3D; $menuHover:#249af4; $subMenuBg:#202B3D; $subMenuHover:#0e6fba; $sideBarWidth: 180px; $sideBarFontSize:15px; // border颜色 $borderColor: #EBEEF5; $sliderBorderColor: #606266; // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass :export { menuText: $menuText; menuActiveText: $menuActiveText; subMenuActiveText: $subMenuActiveText; menuBg: $menuBg; menuHover: $menuHover; subMenuBg: $subMenuBg; subMenuHover: $subMenuHover; sideBarWidth: $sideBarWidth; sideBarFontSize: $sideBarFontSize; borderColor: $borderColor; headerHeight: $headerHeight; }