Skip to content

Commit ef963d7

Browse files
css reset
1 parent cb7e478 commit ef963d7

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"friendly-errors-webpack-plugin": "^1.1.3",
4141
"html-webpack-plugin": "^2.28.0",
4242
"http-proxy-middleware": "^0.17.3",
43+
"milligram": "^1.3.0",
4344
"node-sass": "^4.5.2",
4445
"opn": "^4.0.2",
4546
"optimize-css-assets-webpack-plugin": "^1.3.0",

src/App.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,7 @@
3636
</script>
3737

3838
<style lang="scss">
39-
*,
40-
*:after,
41-
*:before {
42-
box-sizing: inherit;
43-
}
44-
45-
html {
39+
*, :after, :before {
4640
box-sizing: border-box;
4741
}
4842

src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import VueParticles from './vue-particles'
77
import VuePrism from 'vue-prism'
88
Vue.use(VueParticles, VuePrism)
99

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'
1212
// import 'bootstrap-grid-only/bootstrap.css'
1313
import 'prismjs/themes/prism.css'
1414
import 'prismjs/themes/prism-okaidia.css'

0 commit comments

Comments
 (0)