Skip to content

Commit

Permalink
Update tailwind.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BraunRudolf authored Aug 1, 2024
1 parent fb2af9d commit 4e2788a
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions frontend-app/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,45 +74,3 @@ module.exports = {
},
plugins: [require("tailwindcss-animate")],
}


// import type { Config } from "tailwindcss"
//
// const config = {
// darkMode: ["class"],
// content: [
// './pages/**/*.{ts,tsx}',
// './components/**/*.{ts,tsx}',
// './app/**/*.{ts,tsx}',
// './src/**/*.{ts,tsx}',
// ],
// prefix: "",
// theme: {
// container: {
// center: true,
// padding: "2rem",
// screens: {
// "2xl": "1400px",
// },
// },
// extend: {
// keyframes: {
// "accordion-down": {
// from: { height: "0" },
// to: { height: "var(--radix-accordion-content-height)" },
// },
// "accordion-up": {
// from: { height: "var(--radix-accordion-content-height)" },
// to: { height: "0" },
// },
// },
// animation: {
// "accordion-down": "accordion-down 0.2s ease-out",
// "accordion-up": "accordion-up 0.2s ease-out",
// },
// },
// },
// plugins: [require("tailwindcss-animate")],
// } satisfies Config
//
// export default config

0 comments on commit 4e2788a

Please sign in to comment.