added TailwindCSS support

This commit is contained in:
specCon18 2024-02-14 16:38:58 -05:00
parent 1936d7cab9
commit 23fe0aab4b
2235 changed files with 347499 additions and 4 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"format": "prettier --write --ignore-unknown ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1"
}
}