FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

postcss · GitHub Topics · GitHub

#

PostCSS

PostCSS is a tool for transforming CSS with JavaScript. It can be used to develop a template language such as Sass and LESS. The PostCSS core consists of:

  • CSS parser that generates an abstract syntax tree
  • Set of classes that comprises the tree
  • CSS generator that generates a CSS line for the object tree
  • Code map generator for the CSS changes made#
  • There are official tools making it possible to use PostCSS with build systems such as Webpack, Gulp, and Grunt. There is also a console interface available. Browserify or Webpack can be used to open PostCSS in a browser.

    The complete plugin list can be found on postcss.parts, with some examples listed below.

    • Autoprefixer to add and clear browser prefixes.
    • CSS Modules to get CSS selectors isolated and code organized. It is supplied as part of Webpack.
    • stylelint to analyze CSS code for mistakes and check style consistency.
    • stylefmt fixes the CSS code according to the stylelint settings.
    • PreCSS to perform some Sass/Less preprocessing functions.
    • postcss-preset-env to emulate features from unfinished CSS specification drafts.
    • cssnano to make CSS smaller in size by getting rid of the spaces and rewriting the code.
    • RTLCSS to change CSS code so that the design should be suitable for right-to-left writing (such is applied in Arabic and Hebrew).
    • postcss-assets, postcss-inline-svg and postcss-sprites to work with graphics.
    • Here are 3,447 public repositories matching this topic...

      A utility-first CSS framework for rapid UI development.

      • Updated Aug 14, 2026
      • TypeScript

      🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

      • Updated Aug 24, 2026
      • JavaScript

      Transforming styles with JS plugins

      • Updated Aug 26, 2026
      • TypeScript

      😎 Awesome things related to Tailwind CSS

      • Updated Aug 14, 2026

      A mighty CSS linter that helps you avoid errors and enforce conventions.

      • Updated Aug 27, 2026
      • JavaScript

      Remove unused styles from CSS

      • Updated Jun 18, 2024
      • JavaScript

      Remove unused CSS

      • Updated Aug 20, 2026
      • TypeScript

      A web tool to explore the ASTs generated by various parsers.

      • Updated Apr 26, 2024
      • JavaScript

      🐼 Universal, Type-Safe, CSS-in-JS Framework for Design Systems ⚡️

      • Updated Aug 28, 2026
      • TypeScript

      `postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.

      • Updated Jul 2, 2024
      • JavaScript

      ⚡A zero-config bundler for JavaScript applications.

      • Updated Dec 6, 2021
      • JavaScript

      A modular CSS minifier, built on top of the PostCSS ecosystem.

      • Updated Aug 28, 2026
      • CSS

      LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.

      • Updated Mar 3, 2024
      • JavaScript

      Style tools for UI components

      • Updated May 29, 2022
      • HTML

      ✩ Automates responsive resizing ✩

      • Updated Aug 10, 2026
      • CSS

      A plugin for PostCSS that generates viewport units (vw, vh, vmin, vmax) from pixel units. The best choice to create a scalable interface on different displays by one design size.

      • Updated Jun 18, 2024
      • JavaScript

      📦 Configure webpack using functional feature blocks.

      • Updated Jan 30, 2026
      • JavaScript

      PostCSS loader for webpack

      • Updated Aug 12, 2026
      • JavaScript

      🚀 The easiest, free and open-source Tailwind CSS component library with semantic classes.

      • Updated Mar 20, 2026
      • TypeScript

      A lightweight, scalable, mobile-first CSS framework

      • Updated Sep 29, 2017
      • CSS

      Created by Andrey Sitnik, Ben Briggs, Bogdan Chadkin

      Released November 4, 2013

      Followers
      34 followers
      Organization
      postcss
      Website
      github.com/topics/postcss
      Wikipedia
      Wikipedia

      Related topics

      ast less sass

      Back | FazBrowse Home | New Git URL