Skip to content

Commit 8de4daa

Browse files
committed
fix(docs): readme: center tag removed, support links added
1 parent 2d788e6 commit 8de4daa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <center>Tailwind CSS + UI libraries = no conflicts 🚀</center>
1+
# Tailwind CSS + UI libraries = no conflicts 🚀
22

33
### What
44

@@ -13,6 +13,8 @@ To avoid style conflicts (CSS collisions/interference side effects) when using T
1313
This plugin is limiting the scope of [Tailwind's opinionated preflight styles](https://tailwindcss.com/docs/preflight) to the customizable CSS selector.
1414
So you can control where exactly in DOM to apply these base styles - usually it's your own components (not the 3rd party).
1515

16+
> ❤️ If you'd like to say thanks, visit my tiny [support website](https://tailwindcss-scoped-preflight-plugin.vercel.app/)
17+
1618
## Version 3 is here 🎉
1719

1820
[Migrate from v2](#from-v2) | [Migrate from v1](#from-v1)
@@ -25,6 +27,7 @@ Starting from version 3 it provides a powerful configuration to (optionally):
2527
- 💨 flexibly remove any preflight styles;
2628
- 🔎 or even [modify particular values](#modifying-the-preflight-styles) of the Tailwind preflight styles (if you have some very specific conflicts).
2729

30+
## Strategies overview
2831
For ease of use, there are 3 pre-bundled isolation strategies available (as named exports) that cover 99% cases:
2932

3033
| Pre-bundled strategy | Description |
@@ -323,3 +326,6 @@ import {
323326
+ isolationStrategy: isolateInsideOfContainer('.twp'),
324327
}),
325328
```
329+
330+
# ❤️ Support
331+
[<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60">](https://www.buymeacoffee.com/romanjs)

0 commit comments

Comments
 (0)