File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 40
40
"friendly-errors-webpack-plugin" : " ^1.1.3" ,
41
41
"html-webpack-plugin" : " ^2.28.0" ,
42
42
"http-proxy-middleware" : " ^0.17.3" ,
43
+ "milligram" : " ^1.3.0" ,
43
44
"node-sass" : " ^4.5.2" ,
44
45
"opn" : " ^4.0.2" ,
45
46
"optimize-css-assets-webpack-plugin" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 36
36
</script >
37
37
38
38
<style lang="scss">
39
- * ,
40
- * :after ,
41
- * :before {
42
- box-sizing : inherit ;
43
- }
44
-
45
- html {
39
+ * , :after , :before {
46
40
box-sizing : border-box ;
47
41
}
48
42
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import VueParticles from './vue-particles'
7
7
import VuePrism from 'vue-prism'
8
8
Vue . use ( VueParticles , VuePrism )
9
9
10
- // import 'milligram/dist/milligram.min.css'
11
- import 'normalize.css/normalize.css'
10
+ import 'milligram/dist/milligram.min.css'
11
+ // import 'normalize.css/normalize.css'
12
12
// import 'bootstrap-grid-only/bootstrap.css'
13
13
import 'prismjs/themes/prism.css'
14
14
import 'prismjs/themes/prism-okaidia.css'
You can’t perform that action at this time.
0 commit comments