chore: add tailwind
This commit is contained in:
parent
12f599d31e
commit
20ba886496
@ -1,4 +1,7 @@
|
||||
@import './base.css';
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
#app {
|
||||
max-width: 1280px;
|
||||
|
@ -1,6 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}", "./src/**/*.vue"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user