Configured, and added tailwindcss (#223)
Co-authored-by: widlam <mikolaj.widla@gmail.com> Reviewed-on: #223 Reviewed-by: Adam Bem <bema@noreply.example.com> Co-authored-by: Mikolaj Widla <widlam@noreply.example.com> Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>Landing</h1>
|
||||
<h1 class="text-3xl underline">Landing</h1>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { createApp } from 'vue';
|
||||
import router from "./router";
|
||||
import App from './App.vue';
|
||||
import '@/style.css'
|
||||
|
||||
createApp(App).use(router).mount('#app')
|
||||
|
||||
3
Frontend/src/style.css
Normal file
3
Frontend/src/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Reference in New Issue
Block a user