adds hugo starter tailwind theme

This commit is contained in:
Drew
2025-02-10 16:39:11 -07:00
parent 1317913e3a
commit 0be059b269
18 changed files with 3429 additions and 0 deletions

@@ -0,0 +1,18 @@
{
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bep/hugo-starter-tailwind-basic.git"
},
"dependencies": {},
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.1",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-purgecss": "^2.0.3",
"tailwindcss": "^2.2.7"
},
"name": "hugo-starter-tailwind-basic",
"version": "0.1.0"
}