Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
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 #89
  • Loading branch information
Otto Radics committed May 28, 2016
1 parent f3739bd commit 918d238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 918d238

Please sign in to comment.