From f4b3adb836867b6cc550bfd1901fe3b43b4ef715 Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Mon, 30 Jan 2023 10:48:23 +0100 Subject: [PATCH] Docs: Remove entry about postcss-focus-visible --- Readme.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/Readme.md b/Readme.md index 93f2428..cf9e4f8 100644 --- a/Readme.md +++ b/Readme.md @@ -319,18 +319,17 @@ postcssOptions:
Following plugins are included: -| Name | Description | -| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------- | -| [postcss-import] | Plugin to transform `@import` rules by inlining content. Thanks to a custom `resolve` function you can also use [glob] | -| [Tailwind CSS] | A utility-first CSS framework for rapidly building custom user interfaces | -| [postcss-nested] | Unwrap nested rules like how Sass does it | -| [postcss-assets] | Plugin to manage assets | -| [postcss-focus-visible] | PostCSS Focus Visible lets you use the :focus-visible pseudo-class in CSS, following the Selectors Level 4 specification. | -| [postcss-clip-path-polyfill] | Add SVG hack for clip-path property to make it work in Firefox. Currently supports only `polygon()` | -| [postcss-sort-media-queries] | Combine and sort CSS media queries | -| [autoprefixer] | Parse CSS and add vendor prefixes to CSS rules using values from [Can I Use] | -| [cssnano] | Modern CSS compression | -| [postcss-reporter] | `console.log()` the messages (warnings, etc.) registered by other PostCSS plugins | +| Name | Description | +| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------- | +| [postcss-import] | Plugin to transform `@import` rules by inlining content. Thanks to a custom `resolve` function you can also use [glob] | +| [Tailwind CSS] | A utility-first CSS framework for rapidly building custom user interfaces | +| [postcss-nested] | Unwrap nested rules like how Sass does it | +| [postcss-assets] | Plugin to manage assets | +| [postcss-clip-path-polyfill] | Add SVG hack for clip-path property to make it work in Firefox. Currently supports only `polygon()` | +| [postcss-sort-media-queries] | Combine and sort CSS media queries | +| [autoprefixer] | Parse CSS and add vendor prefixes to CSS rules using values from [Can I Use] | +| [cssnano] | Modern CSS compression | +| [postcss-reporter] | `console.log()` the messages (warnings, etc.) registered by other PostCSS plugins | Of course, you can add your own or remove not-needed Plugins as you want. This is just meant as a starting point. @@ -799,7 +798,6 @@ To start Browsersync you can run `browser-sync start --config bs-config.js`. If [`sass`]: https://www.npmjs.com/package/sass [`node-sass-tilde-importer`]: https://www.npmjs.com/package/node-sass-tilde-importer [postcss-import]: https://www.npmjs.com/package/postcss-import -[postcss-focus-visible]: https://www.npmjs.com/package/postcss-focus-visible [postcss-nested]: https://www.npmjs.com/package/postcss-nested [postcss-assets]: https://www.npmjs.com/package/postcss-assets [postcss-clip-path-polyfill]: https://www.npmjs.com/package/postcss-clip-path-polyfill