File tree Expand file tree Collapse file tree 2 files changed +12
-27
lines changed Expand file tree Collapse file tree 2 files changed +12
-27
lines changed Original file line number Diff line number Diff line change @@ -45,20 +45,6 @@ module.exports = {
45
45
name : '[name].[ext]?[hash]'
46
46
}
47
47
} ,
48
- {
49
- test : / \. c s s $ / ,
50
- use : isProd
51
- ? ExtractTextPlugin . extract ( {
52
- use : [
53
- {
54
- loader : 'css-loader' ,
55
- options : { minimize : true }
56
- }
57
- ] ,
58
- fallback : 'vue-style-loader'
59
- } )
60
- : [ 'vue-style-loader' , 'css-loader' ]
61
- } ,
62
48
{
63
49
test : / \. s t y l ( u s ) ? $ / ,
64
50
use : isProd
Original file line number Diff line number Diff line change @@ -86,17 +86,16 @@ export default {
86
86
}
87
87
</script >
88
88
89
- <style scoped>
90
- .progress {
91
- position : fixed ;
92
- top : 0px ;
93
- left : 0px ;
94
- right : 0px ;
95
- height : 2px ;
96
- width : 0% ;
97
- transition : width 0.2s , opacity 0.4s ;
98
- opacity : 1 ;
99
- background-color : #efc14e ;
100
- z-index : 999999 ;
101
- }
89
+ <style lang="stylus" scoped>
90
+ .progress
91
+ position : fixed
92
+ top : 0px
93
+ left : 0px
94
+ right : 0px
95
+ height : 2px
96
+ width : 0%
97
+ transition : width 0.2s , opacity 0.4s
98
+ opacity : 1
99
+ background-color : #ef c1 4e
100
+ z-index : 999999
102
101
</style >
You can’t perform that action at this time.
0 commit comments