Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jul 22, 2024
1 parent fc6079d commit a64fe0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@
"postcss-import": "16.1.0",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
<<<<<<< HEAD
=======
"swup": "4.7.0",
>>>>>>> Fork/Current
"tailwindcss": "*",
"typescript": "*",
"zod": "*"
Expand Down
13 changes: 2 additions & 11 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<<<<<<< HEAD
const defaultTheme = require("tailwindcss/defaultTheme");
=======
import { fontFamily } from "tailwindcss/defaultTheme";
>>>>>>> Fork/Current

export default {
content: [
Expand All @@ -17,17 +13,12 @@ export default {
center: true,
},
extend: {
<<<<<<< HEAD
fontFamily: {
sans: ["Fira Sans", ...defaultTheme.fontFamily.sans],
=======
sans: ["Fira Sans", ...fontFamily.sans],
},
transitionTimingFunction: {
apple: "cubic-bezier(0.21, 0.1, 0.21, 1)",
},
fontFamily: {
sans: ["Albert Sans", ...fontFamily.sans],
>>>>>>> Fork/Current
},
typography: {
DEFAULT: {
css: {
Expand Down

0 comments on commit a64fe0d

Please sign in to comment.