Skip to content

Commit

Permalink
god sake u srs
Browse files Browse the repository at this point in the history
  • Loading branch information
zstenger93 committed Dec 25, 2023
1 parent 87529ab commit 5a0f7e9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17,434 deletions.
18 changes: 15 additions & 3 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}
8 changes: 4 additions & 4 deletions frontend/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: "jit",
purge: {
content: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
},
content: [
"./src/**/*.{js,jsx,ts,tsx}",
"./public/index.html",
],
theme: {
extend: {
fontSize: {
Expand Down
Loading

0 comments on commit 5a0f7e9

Please sign in to comment.