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 = {
4545 name : '[name].[ext]?[hash]'
4646 }
4747 } ,
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- } ,
6248 {
6349 test : / \. s t y l ( u s ) ? $ / ,
6450 use : isProd
Original file line number Diff line number Diff line change @@ -86,17 +86,16 @@ export default {
8686}
8787 </script >
8888
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
102101 </style >
You can’t perform that action at this time.
0 commit comments