mirror of
https://github.com/harivansh-afk/Habit-Tracker.git
synced 2026-04-19 14:01:20 +00:00
first commit
This commit is contained in:
commit
de1634d659
22 changed files with 6105 additions and 0 deletions
14
tailwind.config.js
Normal file
14
tailwind.config.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#000000',
|
||||
secondary: '#ffffff',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue