extend animation and keyframes instead of overwriting them
This commit is contained in:
parent
99d8adf6fb
commit
11634733ea
1 changed files with 13 additions and 12 deletions
|
|
@ -3,7 +3,7 @@ import { type Config } from "tailwindcss";
|
||||||
export default {
|
export default {
|
||||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
animation: {
|
animation: {
|
||||||
marquee: "marquee 25s linear infinite",
|
marquee: "marquee 25s linear infinite",
|
||||||
marquee2: "marquee2 25s linear infinite",
|
marquee2: "marquee2 25s linear infinite",
|
||||||
|
|
@ -19,5 +19,6 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
plugins: [require("tailwindcss-radix")()],
|
plugins: [require("tailwindcss-radix")()],
|
||||||
} satisfies Config;
|
} satisfies Config;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue