Skip to content

csstools/postcss-plugins

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2025
Feb 23, 2025
Feb 24, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Feb 23, 2025
Feb 3, 2025
Feb 23, 2025
Sep 15, 2024
Nov 11, 2024
Feb 23, 2025
Mar 2, 2022
Jul 3, 2023
May 10, 2024
Feb 2, 2022
Dec 13, 2024
Nov 16, 2021
Nov 16, 2021
Nov 7, 2022
Dec 6, 2021
Nov 19, 2024
Jun 23, 2023
Feb 23, 2025
May 3, 2024
Jun 13, 2022
Dec 26, 2023
Sep 25, 2024
Jun 29, 2024
Feb 23, 2025
Feb 23, 2025
Jun 29, 2024

PostCSS Plugins

build status Discord

We are happy you're here!

This repository contains plugins, plugin-packs, utilities, CLI tools, ... to help you do more with CSS.

PostCSS Preset Env

Read more about PostCSS Preset Env or jump right in :

  • Install postcss-preset-env from npm.
  • Add postcss-preset-env to your configuration:
const postcssPresetEnv = require('postcss-preset-env');

const yourConfig = {
	plugins: [
		/* other plugins */
		/* remove autoprefixer if you had it here, it's part of postcss-preset-env */
		postcssPresetEnv({
			/* pluginOptions */
			features: {},
		})
	]
}

Overview

Our current focus

Standard CSS transforms

We're trying to bring every reasonable CSS Spec into all the browsers.

First we keep track of new features through the CSSDB (see the repo). Then we do our best to create a PostCSS plugin that can convert that new syntax/function/rules so every browser can understand it.

While it's not always possible we're enabling over 50 features with these plugins!

Developer experience

We want it to be easier for you to be effective at writing CSS.
From time to time we will publish plugins that aren't related to a standard CSS spec but that we think will help developers.

Contributing

Thanks for being willing to contribute! Please read our contributing guide!

Acknowledgements

We could not do this work without the contributions of the community.
We appreciate all of you!

We want to thank:

We also want to thank these organizations and people for making their tools available to Open Source maintainers: