feat: initialize web application with Tailwind CSS configuration, global styles, Header component, and Landing page.
This commit is contained in:
@@ -8,6 +8,9 @@ module.exports = {
|
||||
colors: {
|
||||
amber: colors.amber,
|
||||
slate: colors.slate,
|
||||
indigo: colors.indigo,
|
||||
violet: colors.violet,
|
||||
emerald: colors.emerald,
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'system-ui', 'sans-serif'],
|
||||
|
||||
Reference in New Issue
Block a user