Skip to content

Commit cb49480

Browse files
committed
chore: run format
1 parent 4fedd7e commit cb49480

5 files changed

Lines changed: 7 additions & 9 deletions

File tree

docs/src/@types/props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ export interface InfiniteSliderProps {
1919
direction?: "horizontal" | "vertical"
2020
reverse?: boolean
2121
className?: string
22-
}
22+
}

docs/src/components/ui/infinite-slider.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { InfiniteSliderProps } from "@/@types/props"
55
import { cn } from "@/lib/utils"
66
import { useMotionValue, animate, motion } from "framer-motion"
77

8-
9-
108
export function InfiniteSlider({
119
children,
1210
gap = 16,

docs/src/lib/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Metadata } from "next";
1+
import { Metadata } from "next"
22

33
const title = "TailwindCSS Utilities"
44
const description =

packages/tailwindcss-animations/src/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,17 +1076,17 @@
10761076
}
10771077

10781078
@utility animation-count-* {
1079-
animation-iteration-count: --value(--animation-count- *);
1079+
animation-iteration-count: --value(--animation-count-*);
10801080
}
10811081

10821082
@utility animation-fill-mode-* {
1083-
animation-fill-mode: --value(--animation-fill-mode- *);
1083+
animation-fill-mode: --value(--animation-fill-mode-*);
10841084
}
10851085

10861086
@utility animation-range-* {
1087-
animation-range: --value(--animation-range- *);
1087+
animation-range: --value(--animation-range-*);
10881088
}
10891089

10901090
@utility animation-timeline-* {
1091-
animation-timeline: --value(--animation-timeline- *);
1091+
animation-timeline: --value(--animation-timeline-*);
10921092
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"skipLibCheck": true
1818
},
1919
"include": ["packages/**/*"],
20-
"exclude": ["app", "node_modules", "dist"]
20+
"exclude": ["docs", "node_modules", "dist"]
2121
}

0 commit comments

Comments
 (0)