feat: setup, landing page
This commit is contained in:
@@ -4,7 +4,13 @@ export default {
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
primary: `rgb(var(--color-primary)/ <alpha-value>)`,
|
||||
secondary: `rgb(var(--color-secondary)/ <alpha-value>)`,
|
||||
accent: `rgb(var(--color-accent)/ <alpha-value>)`,
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user