The Wayback Machine - https://web.archive.org/web/20220718164833/https://github.com/topics/postcss-plugins
Here are
81 public repositories
matching this topic...
Parse CSS and add vendor prefixes to rules by Can I Use
Updated
Jul 18, 2022
JavaScript
`postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.
Updated
Mar 18, 2019
JavaScript
stylefmt is a tool that automatically formats stylesheets.
Updated
Dec 6, 2019
JavaScript
PostCSS plugin to keep rules and at-rules content in order.
Updated
Mar 24, 2022
JavaScript
PostCSS plugin to add a collection of mixins, shortcuts, helpers and tools for your CSS
Updated
Feb 12, 2022
JavaScript
A PostCSS plugin to fix an element's dimensions to an aspect ratio
Updated
Nov 25, 2021
JavaScript
The "officially unofficial" consolidated list of PostCSS plugins in a ready-to-use package
Updated
Jul 18, 2022
JavaScript
📷 PostCSS plugin for using Instagram filters in CSS
Updated
Jul 6, 2017
JavaScript
Create high contrast version of your project with ease.
Updated
Feb 11, 2022
JavaScript
PostCSS plugin to transform W3C CSS font-family: system-ui to a practical font-family list
Updated
Jun 24, 2022
JavaScript
👩👧👦 PostCSS plugin to reference any parent/ancestor selector in nested CSS.
Updated
Jul 1, 2022
JavaScript
PostCss plugin to use CSS Custom Properties in at-rule
@each ,
@for ,
@if ,
@else and more...
Updated
Apr 9, 2022
JavaScript
PostCSS plugin which helps you extract only used styles.
Updated
Aug 28, 2018
JavaScript
PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to more compatible CSS (multiple css3 :not() selectors)
Updated
Jun 6, 2022
JavaScript
PostCSS plugin to simplify IE CSS hacks
Updated
Dec 2, 2019
JavaScript
An automatic SVG converter for your CSS files
Updated
Feb 22, 2019
JavaScript
An async postcss plugin to copy all assets referenced in CSS files to a custom destination folder and updating the URLs.
Updated
Jun 30, 2017
JavaScript
A PostCSS plugin to inline or nest media queries within CSS rules & properties.
Updated
Jun 9, 2017
JavaScript
🌳 Postcss compiler as a Broccoli filter.
Updated
Jul 11, 2022
JavaScript
Autoprefixer plugin for Stencil
Updated
Jun 20, 2022
TypeScript
PostCSS plugin which add SVG hack for clip-path property to make it work in Firefox
Updated
Jun 24, 2022
JavaScript
Automatically generate CSS fallbacks for legacy browsers, built on PostCSS
Updated
Apr 10, 2022
JavaScript
Processes GTK+ CSS into browser CSS
Updated
Sep 25, 2015
CoffeeScript
基于 create-react-app 搭建的前端脚手架
Updated
Mar 13, 2018
JavaScript
PostCSS plugin that lets you control your layout (LTR or RTL) through logical rather than physical rules
Updated
Sep 14, 2017
JavaScript
Monorepo that contains a set of PostCSS plugins.
Updated
Mar 14, 2021
TypeScript
PostCSS plugin that prefix a namespace to a selector
Updated
Sep 1, 2017
JavaScript
[Unmainted] PostCSS plugin for StyleStats.
Updated
Feb 28, 2018
JavaScript
Tools for frontend development
Updated
May 17, 2020
JavaScript
Improve this page
Add a description, image, and links to the
postcss-plugins
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
postcss-plugins
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Would be great if you could create a custom plugin for stylelint that adds support for your custom rules; for example, making
font-range
a known property for theproperty-no-unknown
rule.