docs(sass): document some missed sass variables

This commit is contained in:
Brandy Carney
2017-01-26 11:37:31 -05:00
parent 1d9270b6dd
commit b02df3e2d1
6 changed files with 35 additions and 0 deletions

View File

@@ -3,7 +3,10 @@
// Menu
// --------------------------------------------------
/// @prop - Width of the menu
$menu-width: 304px !default;
/// @prop - Width of the menu on small devices (under 340px)
$menu-small-width: $menu-width - 40px !default;