1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-04 12:39:17 +00:00

global styles must not use pre-loader

This commit is contained in:
Rokt33r
2016-04-18 12:44:32 +09:00
parent d06d52deda
commit 8600710d23
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ function notify (title, options) {
return new window.Notification(title, options)
}
require('../styles/finder/index.styl')
require('!!style!css!stylus?sourceMap!../styles/finder/index.styl')
const FOLDER_FILTER = 'FOLDER_FILTER'
const FOLDER_EXACT_FILTER = 'FOLDER_EXACT_FILTER'