mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Imported normalize styles into a un-scoped style section of App.vue
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>hello world</h1>
|
||||
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
@import './styles/normalize';
|
||||
</style>
|
||||
5
frontend/styles/normalize.scss
vendored
Normal file
5
frontend/styles/normalize.scss
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user