Skip to content

Commit

Permalink
Correct path to components.css
Browse files Browse the repository at this point in the history
Fix failure to find components.css which was introduced in e1919c5
(#2513)
  • Loading branch information
richvdh committed Oct 26, 2016
1 parent e002575 commit 8fe05fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require('babel-polyfill');

// CSS requires: just putting them here for now as CSS is going to be
// refactored "soon" anyway
require('../build/components.css');
require('../../build/components.css');
require('gemini-scrollbar/gemini-scrollbar.css');
require('gfm.css/gfm.css');
require('highlight.js/styles/github.css');
Expand Down

0 comments on commit 8fe05fd

Please sign in to comment.