Skip to content

Commit fd3d160

Browse files
committed
Merge pull request BoostIO#11 from brpaz/master
Fix case on style import
2 parents 499c3f2 + abbc0fb commit fd3d160

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)