File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
import 'babel-polyfill' ;
2
+ import 'css/base/index.scss' ;
2
3
import React from 'react' ;
3
4
import ReactDOM from 'react-dom' ;
4
5
import { Provider } from 'react-redux' ;
Original file line number Diff line number Diff line change 1
- // Import bootstrap-sass as needed
2
- $bootstrap-sass-asset-helper : true;
3
- @import " ~bootstrap-sass/assets/stylesheets/bootstrap/variables" ;
4
-
5
- $screen-lg-min : $app-max-width !global;
6
- $container-lg : $app-max-width !global;
7
-
8
- @import " ~bootstrap-sass/assets/stylesheets/bootstrap/mixins" ;
9
- @import " ~bootstrap-sass/assets/stylesheets/bootstrap/grid" ;
1
+ /* Import vendor styles as needed, for example:
2
+ *
3
+ * $bootstrap-sass-asset-helper: true;
4
+ * @import "~bootstrap-sass/assets/stylesheets/bootstrap/variables";
5
+ */
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export default {
97
97
path . resolve ( __dirname , '../node_modules' ) ,
98
98
path . resolve ( __dirname , '../common/css/base' )
99
99
] ,
100
- use : extractTextPlugin . extract ( {
100
+ use : [ 'css-hot-loader' ] . concat ( extractTextPlugin . extract ( {
101
101
fallback : 'style-loader' ,
102
102
use : [
103
103
{ loader : 'postcss-loader' } ,
@@ -109,7 +109,7 @@ export default {
109
109
}
110
110
}
111
111
]
112
- } )
112
+ } ) )
113
113
} ,
114
114
{
115
115
test : / \. c s s $ / ,
You can’t perform that action at this time.
0 commit comments