feat: satt upp Vite + React + TypeScript + TailwindCSS
Deploy static content to Pages / deploy (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#E10600',
|
||||
'primary-hover': '#B10500',
|
||||
'primary-subtle': '#FCE8E6',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user