Parse CSS and add vendor prefixes to rules by Can I Use
-
Updated
Dec 6, 2020 - JavaScript
{{ message }}
Parse CSS and add vendor prefixes to rules by Can I Use
`postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.
PostCSS plugin to keep rules and at-rules content in order.
PostCSS plugin to add a collection of mixins, shortcuts, helpers and tools for your CSS
A PostCSS plugin to fix an element's dimensions to an aspect ratio
Create high contrast version of your project with ease.
The "officially unofficial" consolidated list of PostCSS plugins in a ready-to-use package
PostCSS plugin to transform W3C CSS font-family: system-ui to a practical font-family list
PostCSS plugin to reference any parent/ancestor selector in nested CSS.
PostCSS plugin which helps you extract only used styles.
PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to more compatible CSS (multiple css3 :not() selectors)
PostCSS plugin to simplify IE CSS hacks
An automatic SVG converter for your CSS files
An async postcss plugin to copy all assets referenced in CSS files to a custom destination folder and updating the URLs.
A PostCSS plugin to inline or nest media queries within CSS rules & properties.
Automatically generate CSS fallbacks for legacy browsers, built on PostCSS
PostCSS plugin which add SVG hack for clip-path property to make it work in Firefox
Processes GTK+ CSS into browser CSS
基于 create-react-app 搭建的前端脚手架
Autoprefixer plugin for Stencil
PostCSS plugin that lets you control your layout (LTR or RTL) through logical rather than physical rules
[Unmainted] PostCSS plugin for StyleStats.
Tools for frontend development
PostCSS plugin to convert CSS selector names to camelCase
Add a description, image, and links to the postcss-plugins topic page so that developers can more easily learn about it.
To associate your repository with the postcss-plugins topic, visit your repo's landing page and select "manage topics."
Would be great if you could create a custom plugin for stylelint that adds support for your custom rules; for example, making
font-rangea known property for theproperty-no-unknownrule.