From 918d2389e8b04815f808630b08b22d85c66d199f Mon Sep 17 00:00:00 2001 From: Otto Radics Date: Sat, 28 May 2016 17:14:21 +0200 Subject: [PATCH] Update bower.json to compile the original .scss file instead of the css/pushy.css file. This will enable the overriding of the $menu_width variable, if you merge https://github.com/christophery/pushy/pull/89 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index c395992..f273ff0 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "christophery <@cmyee>" ], "description": "Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.", - "main": ["js/pushy.js", "css/pushy.css"], + "main": ["js/pushy.js", "scss/pushy.scss"], "keywords": [ "jquery", "offcanvas",