Add tailwindcss

This commit is contained in:
Oliver Davies 2019-04-23 21:54:18 +01:00
parent 3c159f8377
commit da5fd9873e
4 changed files with 99 additions and 22 deletions

View file

@ -9,23 +9,7 @@
</template>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
#nav {
padding: 30px;
}
#nav a {
font-weight: bold;
color: #2c3e50;
}
#nav a.router-link-exact-active {
color: #42b983;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
</style>