Skip to content

Commit 37e5b7a

Browse files
committed
refactor: add critical CSS
1 parent c609575 commit 37e5b7a

File tree

4 files changed

+2
-16
lines changed

4 files changed

+2
-16
lines changed

src/components/icon/icon.mat.styl

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/css/ios.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import './core.variables'
22
@import './variables.ios'
33
@import './normalize'
4+
@import './critical'
45
@import '../components/*/*.ios'
56
@import './core/*'
67
@import '../ie-compat/ie.ios'

src/css/mat.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import './core.variables'
22
@import './variables.mat'
33
@import './normalize'
4+
@import './critical'
45
@import '../components/*/*.mat'
56
@import './core/*'
67
@import '../ie-compat/ie.mat'

0 commit comments

Comments
 (0)