Extract a stylesheet

This commit is contained in:
Oliver Davies 2019-04-23 23:25:36 +01:00
parent 40de5c76fd
commit 5ded3ebef8
2 changed files with 6 additions and 5 deletions

View file

@ -8,8 +8,4 @@
</div>
</template>
<style>
@tailwind base;
@tailwind components;
@tailwind utilities;
</style>
<style src="./css/app.css"></style>

5
src/css/app.css Normal file
View file

@ -0,0 +1,5 @@
@tailwind base;
@tailwind components;
@tailwind utilities;