Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

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 anabstract 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 asWebpack,Gulp, andGrunt. 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 clearbrowser prefixes.
    • CSS Modules to getCSS 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,363 public repositories matching this topic...

      tailwindcss

      A utility-first CSS framework for rapid UI development.

      • UpdatedOct 7, 2025
      • TypeScript
      daisyuipostcss

      Transforming styles with JS plugins

      • UpdatedSep 15, 2025
      • TypeScript

      😎 Awesome things related to Tailwind CSS

      • UpdatedMay 30, 2025
      stylelint

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

      • UpdatedOct 6, 2025
      • JavaScript

      Remove unused styles from CSS

      • UpdatedJun 18, 2024
      • JavaScript

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

      • UpdatedApr 26, 2024
      • JavaScript
      panda

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

      • UpdatedOct 7, 2025
      • TypeScript

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

      • UpdatedJul 2, 2024
      • JavaScript

      ⚡A zero-config bundler for JavaScript applications.

      • UpdatedDec 6, 2021
      • JavaScript

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

      • UpdatedSep 18, 2025
      • CSS
      lost

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

      • UpdatedMar 3, 2024
      • JavaScript

      Style tools for UI components

      • UpdatedMay 29, 2022
      • HTML
      rfs

      ✩ Automates responsive resizing ✩

      • UpdatedOct 1, 2025
      • 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.

      • UpdatedJun 18, 2024
      • JavaScript

      📦 Configure webpack using functional feature blocks.

      • UpdatedAug 21, 2025
      • JavaScript

      A lightweight, scalable, mobile-first CSS framework

      • UpdatedSep 29, 2017
      • CSS

      A simple but powerful API for processing & compiling assets built around Webpack

      • UpdatedAug 25, 2025
      • JavaScript
      flyonui

      Created by Andrey Sitnik, Ben Briggs, Bogdan Chadkin

      Released November 4, 2013

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

      Related topics

      ast less sass

      [8]ページ先頭

      ©2009-2025 Movatter.jp