Skip to content

Commit 631fccb

Browse files
committed
fix: format issues
1 parent 747ce55 commit 631fccb

3 files changed

Lines changed: 4 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default {
3636
} satisfies Config;
3737
```
3838

39-
4039
### Tailwind 4.x:
4140

4241
`globals.css`
@@ -45,7 +44,6 @@ export default {
4544
@source "../node_modules/react-micro-carousel";
4645
```
4746

48-
4947
### Vanilla css (prebuild for Tailwind 3)
5048

5149
```js
@@ -78,7 +76,7 @@ import {
7876
<DotsGroup />
7977
<NextButton>Next</NextButton>
8078
<PrevButton>Prev</PrevButton>
81-
</CarouselProvider>
79+
</CarouselProvider>;
8280
```
8381

8482
## Props documentation

package-lock.json

Lines changed: 2 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prism-react-renderer": "^2.4.1",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0",
25-
"react-micro-carousel": "^0.0.23"
25+
"react-micro-carousel": "^0.0.33"
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "3.7.0",

0 commit comments

Comments
 (0)