Skip to content

Commit abbc0fb

Browse files
committed
Fix case on style import
1 parent 499c3f2 commit abbc0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/styles/main/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
global-reset()
55
@import '../shared/*'
66
@import './ArticleNavigator'
7-
@import './ArticleTopbar'
7+
@import './ArticleTopBar'
88
@import './ArticleList'
99
@import './ArticleDetail'
1010
@import './modal/*'

0 commit comments

Comments
 (0)