mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Added Blog Page and Housekeeping
This commit is contained in:
parent
db4bf103c3
commit
d32415232e
18 changed files with 6860 additions and 769 deletions
|
@ -3,10 +3,10 @@ import type { Config } from 'tailwindcss';
|
|||
const config = {
|
||||
darkMode: ['class'],
|
||||
content: [
|
||||
'./pages/**/*.{ts,tsx}',
|
||||
'./components/**/*.{ts,tsx}',
|
||||
'./app/**/*.{ts,tsx}',
|
||||
'./src/**/*.{ts,tsx}',
|
||||
'./pages/**/*.{ts,tsx,md,mdx}',
|
||||
'./components/**/*.{ts,tsx,md,mdx}',
|
||||
'./app/**/*.{ts,tsx,md,mdx}',
|
||||
'./src/**/*.{ts,tsx,md,mdx}',
|
||||
],
|
||||
prefix: '',
|
||||
theme: {
|
||||
|
@ -74,7 +74,7 @@ const config = {
|
|||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('tailwindcss-animate')],
|
||||
plugins: [require('tailwindcss-animate'), require('@tailwindcss/typography')],
|
||||
} satisfies Config;
|
||||
|
||||
export default config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue