1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 23:59:35 +05:30

refactor: improved project structure and bumped up deps

This commit is contained in:
2025-09-13 23:42:26 +05:30
parent ff8dbd6f36
commit e3cdd0c451
442 changed files with 241 additions and 43025 deletions

View File

@@ -3,7 +3,7 @@
const plugin = require('tailwindcss/plugin')
module.exports = {
content: ["./htdocs/**/*.{php,html,js}"],
content: ["./src/**/*.{php,html,js}"],
theme: {
fontFamily: {
'poppins': ['"Poppins"', 'sans-serif'],