init
This commit is contained in:
19
tailwind.config.js
Normal file
19
tailwind.config.js
Normal file
@@ -0,0 +1,19 @@
|
||||
// tailwind.config.js
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
|
||||
safelist: [
|
||||
"!bg-slate-900/50",
|
||||
"!bg-transparent",
|
||||
"!bg-white/10",
|
||||
"!bg-violet-600",
|
||||
"!text-white",
|
||||
"!text-slate-500",
|
||||
"!text-slate-300",
|
||||
"!text-slate-600",
|
||||
"!border",
|
||||
"!border-white/10",
|
||||
"!border-none",
|
||||
"!rounded-xl",
|
||||
"!rounded-lg",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user