postcss 7.0.27 → 7.0.28
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.
Potentially problematic release.
This version of postcss might be problematic. Click here for more details.
- package/CHANGELOG.md +3 -0
- package/README.md +21 -0
- package/docs/api/index.html +236 -236
- package/lib/postcss.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -39,6 +39,16 @@ at <surrender@evilmartians.com>.
|
|
39
39
|
alt="Sponsored by Evil Martians" width="236" height="54">
|
40
40
|
</a>
|
41
41
|
|
42
|
+
## Sponsorship
|
43
|
+
|
44
|
+
PostCSS needs your support. We are accepting donations
|
45
|
+
[at Open Collective](https://opencollective.com/postcss/).
|
46
|
+
|
47
|
+
<a href="https://tailwindcss.com/">
|
48
|
+
<img src="https://refactoringui.nyc3.cdn.digitaloceanspaces.com/tailwind-logo.svg"
|
49
|
+
alt="Sponsored by Tailwind CSS" width="273" height="64">
|
50
|
+
</a>
|
51
|
+
|
42
52
|
## Plugins
|
43
53
|
|
44
54
|
Currently, PostCSS has more than 200 plugins. You can find all of the plugins
|
@@ -468,3 +478,14 @@ To report a security vulnerability, please use the [Tidelift security contact].
|
|
468
478
|
Tidelift will coordinate the fix and disclosure.
|
469
479
|
|
470
480
|
[Tidelift security contact]: https://tidelift.com/security
|
481
|
+
|
482
|
+
|
483
|
+
## For Enterprise
|
484
|
+
|
485
|
+
Available as part of the Tidelift Subscription.
|
486
|
+
|
487
|
+
The maintainers of `postcss` and thousands of other packages are working
|
488
|
+
with Tidelift to deliver commercial support and maintenance for the open source
|
489
|
+
dependencies you use to build your applications. Save time, reduce risk,
|
490
|
+
and improve code health, while paying the maintainers of the exact dependencies
|
491
|
+
you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-postcss?utm_source=npm-postcss&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
|