footer and init project

This commit is contained in:
2025-08-28 13:47:48 +02:00
parent 19f920ff2c
commit 85abdc28ca
12 changed files with 1050 additions and 1342 deletions

View File

@@ -18,6 +18,18 @@ const hexToRgb = (hex) => {
};
module.exports = {
safelist: [
'w-full',
'text-primary',
'text-secondary',
'text-tertiary',
'text-background',
'size-13',
'w-1/4',
'font-barlow',
'font-roboto',
'font-montserrat',
],
theme: {
extend: {
typography: (theme) => ({