diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-11-15 17:02:20 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-11-15 17:02:20 -0500 |
commit | d7dd0d4372f450072c73324c929b358b37d5cf45 (patch) | |
tree | 3457aac62302cc6513e8f70faea0736bc447b6cb /sandstone | |
parent | 0c0b7907f8a3828bdfe6198f3243bc16ff3524e7 (diff) |
add sass options to menus
Diffstat (limited to 'sandstone')
-rw-r--r-- | sandstone/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sandstone/index.html b/sandstone/index.html index a8009837..d7ad34c2 100644 --- a/sandstone/index.html +++ b/sandstone/index.html @@ -77,6 +77,9 @@ <li class="divider"></li> <li><a href="./variables.less">variables.less</a></li> <li><a href="./bootswatch.less">bootswatch.less</a></li> + <li class="divider"></li> + <li><a href="./_variables.scss">_variables.scss</a></li> + <li><a href="./_bootswatch.scss">_bootswatch.scss</a></li> </ul> </li> </ul> |