Skip to content

Commit 8fe05fd

Browse files
committed
Correct path to components.css
Fix failure to find components.css which was introduced in e1919c5 (element-hq#2513)
1 parent e002575 commit 8fe05fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require('babel-polyfill');
3030

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

0 commit comments

Comments
 (0)