From 012c6100099f3f700f61b61a7f1ed9c25650fc15 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Mon, 22 Jun 2015 16:28:25 -0700 Subject: [PATCH] fix(less): import for build script --- static/components/button-dropdown.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/components/button-dropdown.less b/static/components/button-dropdown.less index 8f5689b54..1c1c3efec 100644 --- a/static/components/button-dropdown.less +++ b/static/components/button-dropdown.less @@ -1,4 +1,4 @@ -@import "ui-variables"; +@import "../buttons"; .button-dropdown { position: relative;