Skip to content

Commit

Permalink
chore: Tailwind setup & configuration (#65)
Browse files Browse the repository at this point in the history
* Add tailwind config and update webpack config

* Add colors variables

* Add popup variables

* Move PostCSS config to webpack config
  • Loading branch information
raducristianpopa authored Dec 20, 2023
1 parent 4456519 commit 951376d
Show file tree
Hide file tree
Showing 8 changed files with 361 additions and 15 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@types/zip-webpack-plugin": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -89,7 +90,10 @@
"jest-transform-stub": "^2.0.0",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.3",
"tailwindcss": "^3.4.0",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.2",
"tsx": "^4.6.2",
Expand Down
Loading

0 comments on commit 951376d

Please sign in to comment.