tailwindcss 4.1.11 → 4.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/dist/chunk-U5SIPDGO.mjs +35 -0
- package/dist/flatten-color-palette.js +2 -2
- package/dist/flatten-color-palette.mjs +1 -1
- package/dist/lib.d.mts +7 -29
- package/dist/lib.js +22 -22
- package/dist/lib.mjs +1 -1
- package/dist/plugin.d.mts +2 -2
- package/dist/plugin.d.ts +27 -0
- package/dist/{types-B254mqw1.d.mts → types-WlZgYgM8.d.mts} +28 -1
- package/index.css +8 -0
- package/package.json +4 -4
- package/preflight.css +8 -0
- package/dist/chunk-4WXWQT6Y.mjs +0 -35
package/README.md
CHANGED
@@ -27,14 +27,10 @@ For full documentation, visit [tailwindcss.com](https://tailwindcss.com).
|
|
27
27
|
|
28
28
|
## Community
|
29
29
|
|
30
|
-
For help, discussion about best practices, or
|
30
|
+
For help, discussion about best practices, or feature ideas:
|
31
31
|
|
32
32
|
[Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions)
|
33
33
|
|
34
|
-
For chatting with others using the framework:
|
35
|
-
|
36
|
-
[Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe)
|
37
|
-
|
38
34
|
## Contributing
|
39
35
|
|
40
36
|
If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/next/.github/CONTRIBUTING.md) **before submitting a pull request**.
|