{"id":13410527,"url":"https://github.com/postcss/postcss","last_synced_at":"2025-05-12T14:52:44.763Z","repository":{"id":10805938,"uuid":"13078968","full_name":"postcss/postcss","owner":"postcss","description":"Transforming styles with JS plugins","archived":false,"fork":false,"pushed_at":"2025-05-04T08:27:12.000Z","size":10750,"stargazers_count":28774,"open_issues_count":26,"forks_count":1581,"subscribers_count":505,"default_branch":"main","last_synced_at":"2025-05-05T05:28:04.657Z","etag":null,"topics":["ast","css","framework","parser","postcss"],"latest_commit_sha":null,"homepage":"https://postcss.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postcss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"postcss","tidelift":"npm/postcss","github":"ai"}},"created_at":"2013-09-24T23:06:48.000Z","updated_at":"2025-05-05T04:54:20.000Z","dependencies_parsed_at":"2023-09-22T07:22:22.698Z","dependency_job_id":"2e210950-0a43-4bfd-a2f9-819e290b7863","html_url":"https://github.com/postcss/postcss","commit_stats":{"total_commits":3605,"total_committers":424,"mean_commits":8.502358490566039,"dds":"0.28321775312066577","last_synced_commit":"99da2f28aeded88c5e0fa3b4dd6fb44230710f57"},"previous_names":[],"tags_count":266,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postcss%2Fpostcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postcss%2Fpostcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postcss%2Fpostcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postcss%2Fpostcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postcss","download_url":"https://codeload.github.com/postcss/postcss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252446519,"owners_count":21749252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ast","css","framework","parser","postcss"],"created_at":"2024-07-30T20:01:07.485Z","updated_at":"2025-05-05T12:23:47.621Z","avatar_url":"https://github.com/postcss.png","language":"TypeScript","readme":"# PostCSS\n\n\u003cimg align=\"right\" width=\"95\" height=\"95\"\n     alt=\"Philosopher’s stone, logo of PostCSS\"\n     src=\"https://postcss.org/logo.svg\"\u003e\n\nPostCSS is a tool for transforming styles with JS plugins.\nThese plugins can lint your CSS, support variables and mixins,\ntranspile future CSS syntax, inline images, and more.\n\nPostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba,\nand JetBrains. The [Autoprefixer] and [Stylelint] PostCSS plugins is one of the most popular CSS tools.\n\n---\n\n\u003cimg src=\"https://cdn.evilmartians.com/badges/logo-no-label.svg\" alt=\"\" width=\"22\" height=\"16\" /\u003e  Made at \u003cb\u003e\u003ca href=\"https://evilmartians.com/devtools?utm_source=postcss\u0026utm_campaign=devtools-button\u0026utm_medium=github\"\u003eEvil Martians\u003c/a\u003e\u003c/b\u003e, product consulting for \u003cb\u003edeveloper tools\u003c/b\u003e.\n\n---\n\n[Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree\n[Evil Martians]:        https://evilmartians.com/?utm_source=postcss\n[Autoprefixer]:         https://github.com/postcss/autoprefixer\n[Stylelint]:            https://stylelint.io/\n[plugins]:              https://github.com/postcss/postcss#plugins\n\n\n## Sponsorship\n\nPostCSS needs your support. We are accepting donations\n[at Open Collective](https://opencollective.com/postcss/).\n\n\u003ca href=\"https://tailwindcss.com/\"\u003e\n  \u003cimg src=\"https://refactoringui.nyc3.cdn.digitaloceanspaces.com/tailwind-logo.svg\"\n       alt=\"Sponsored by Tailwind CSS\" width=\"213\" height=\"50\"\u003e\u003c/a\u003e      \n\u003ca href=\"https://themeisle.com/\"\u003e\n  \u003cimg src=\"https://mllj2j8xvfl0.i.optimole.com/d0cOXWA.3970~373ad/w:auto/h:auto/q:90/https://s30246.pcdn.co/wp-content/uploads/2019/03/logo.png\"\n       alt=\"Sponsored by ThemeIsle\" width=\"171\" height=\"56\"\u003e\u003c/a\u003e\n\n\n## Plugins\n\nPostCSS takes a CSS file and provides an API to analyze and modify its rules\n(by transforming them into an [Abstract Syntax Tree]).\nThis API can then be used by [plugins] to do a lot of useful things,\ne.g., to find errors automatically, or to insert vendor prefixes.\n\nCurrently, PostCSS has more than 200 plugins. You can find all of the plugins\nin the [plugins list]. Below is a list of our favorite plugins —\nthe best demonstrations of what can be built on top of PostCSS.\n\nIf you have any new ideas, [PostCSS plugin development] is really easy.\n\n[plugins list]: https://github.com/postcss/postcss/blob/main/docs/plugins.md\n\n\n### Solve Global CSS Problem\n\n* [`postcss-use`] allows you to explicitly set PostCSS plugins within CSS\n  and execute them only for the current file.\n* [`postcss-modules`] and [`react-css-modules`] automatically isolate\n  selectors within components.\n* [`postcss-autoreset`] is an alternative to using a global reset\n  that is better for isolatable components.\n* [`postcss-initial`] adds `all: initial` support, which resets\n  all inherited styles.\n* [`cq-prolyfill`] adds container query support, allowing styles that respond\n  to the width of the parent.\n\n\n### Use Future CSS, Today\n\n* [`autoprefixer`] adds vendor prefixes, using data from Can I Use.\n* [`postcss-preset-env`] allows you to use future CSS features today.\n\n\n### Better CSS Readability\n\n* [`postcss-nested`] unwraps nested rules the way Sass does.\n* [`postcss-sorting`] sorts the content of rules and at-rules.\n* [`postcss-utilities`] includes the most commonly used shortcuts and helpers.\n* [`short`] adds and extends numerous shorthand properties.\n\n\n### Images and Fonts\n\n* [`postcss-url`] postcss plugin to rebase url(), inline or copy asset.\n* [`postcss-sprites`] generates image sprites.\n* [`font-magician`] generates all the `@font-face` rules needed in CSS.\n* [`postcss-inline-svg`] allows you to inline SVG and customize its styles.\n* [`postcss-write-svg`] allows you to write simple SVG directly in your CSS.\n* [`webp-in-css`] to use WebP image format in CSS background.\n* [`avif-in-css`] to use AVIF image format in CSS background.\n\n### Linters\n\n* [`stylelint`] is a modular stylesheet linter.\n* [`stylefmt`] is a tool that automatically formats CSS\n  according `stylelint` rules.\n* [`doiuse`] lints CSS for browser support, using data from Can I Use.\n* [`colorguard`] helps you maintain a consistent color palette.\n\n\n### Other\n\n* [`cssnano`] is a modular CSS minifier.\n* [`lost`] is a feature-rich `calc()` grid system.\n* [`rtlcss`] mirrors styles for right-to-left locales.\n\n[PostCSS plugin development]:   https://github.com/postcss/postcss/blob/main/docs/writing-a-plugin.md\n[`postcss-inline-svg`]:         https://github.com/TrySound/postcss-inline-svg\n[`postcss-preset-env`]:         https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env\n[`react-css-modules`]:          https://github.com/gajus/react-css-modules\n[`postcss-autoreset`]:          https://github.com/maximkoretskiy/postcss-autoreset\n[`postcss-write-svg`]:          https://github.com/csstools/postcss-write-svg\n[`postcss-utilities`]:          https://github.com/ismamz/postcss-utilities\n[`postcss-initial`]:            https://github.com/maximkoretskiy/postcss-initial\n[`postcss-sprites`]:            https://github.com/2createStudio/postcss-sprites\n[`postcss-modules`]:            https://github.com/outpunk/postcss-modules\n[`postcss-sorting`]:            https://github.com/hudochenkov/postcss-sorting\n[`font-magician`]:              https://github.com/csstools/postcss-font-magician\n[`autoprefixer`]:               https://github.com/postcss/autoprefixer\n[`cq-prolyfill`]:               https://github.com/ausi/cq-prolyfill\n[`postcss-url`]:                https://github.com/postcss/postcss-url\n[`postcss-use`]:                https://github.com/postcss/postcss-use\n[`css-modules`]:                https://github.com/css-modules/css-modules\n[`webp-in-css`]:                https://github.com/ai/webp-in-css\n[`avif-in-css`]:                https://github.com/nucliweb/avif-in-css\n[`colorguard`]:                 https://github.com/SlexAxton/css-colorguard\n[`stylelint`]:                  https://github.com/stylelint/stylelint\n[`stylefmt`]:                   https://github.com/morishitter/stylefmt\n[`cssnano`]:                    https://cssnano.github.io/cssnano/\n[`postcss-nested`]:             https://github.com/postcss/postcss-nested\n[`doiuse`]:                     https://github.com/anandthakker/doiuse\n[`rtlcss`]:                     https://github.com/MohammadYounes/rtlcss\n[`short`]:                      https://github.com/csstools/postcss-short\n[`lost`]:                       https://github.com/peterramsing/lost\n\n## Syntaxes\n\nPostCSS can transform styles in any syntax, not just CSS.\nIf there is not yet support for your favorite syntax,\nyou can write a parser and/or stringifier to extend PostCSS.\n\n* [`sugarss`] is a indent-based syntax like Sass or Stylus.\n* [`postcss-syntax`] switch syntax automatically by file extensions.\n* [`postcss-html`] parsing styles in `\u003cstyle\u003e` tags of HTML-like files.\n* [`postcss-markdown`] parsing styles in code blocks of Markdown files.\n* [`postcss-styled-syntax`] parses styles in template literals CSS-in-JS\n  like styled-components.\n* [`postcss-jsx`] parsing CSS in template / object literals of source files.\n* [`postcss-styled`] parsing CSS in template literals of source files.\n* [`postcss-scss`] allows you to work with SCSS\n  *(but does not compile SCSS to CSS)*.\n* [`postcss-sass`] allows you to work with Sass\n    *(but does not compile Sass to CSS)*.\n* [`postcss-less`] allows you to work with Less\n  *(but does not compile LESS to CSS)*.\n* [`postcss-less-engine`] allows you to work with Less\n  *(and DOES compile LESS to CSS using true Less.js evaluation)*.\n* [`postcss-js`] allows you to write styles in JS or transform\n  React Inline Styles, Radium or JSS.\n* [`postcss-safe-parser`] finds and fixes CSS syntax errors.\n* [`midas`] converts a CSS string to highlighted HTML.\n\n[`postcss-styled-syntax`]: https://github.com/hudochenkov/postcss-styled-syntax\n[`postcss-less-engine`]:   https://github.com/Crunch/postcss-less\n[`postcss-safe-parser`]:   https://github.com/postcss/postcss-safe-parser\n[`postcss-syntax`]:        https://github.com/gucong3000/postcss-syntax\n[`postcss-html`]:          https://github.com/ota-meshi/postcss-html\n[`postcss-markdown`]:      https://github.com/ota-meshi/postcss-markdown\n[`postcss-jsx`]:           https://github.com/gucong3000/postcss-jsx\n[`postcss-styled`]:        https://github.com/gucong3000/postcss-styled\n[`postcss-scss`]:          https://github.com/postcss/postcss-scss\n[`postcss-sass`]:          https://github.com/AleshaOleg/postcss-sass\n[`postcss-less`]:          https://github.com/webschik/postcss-less\n[`postcss-js`]:            https://github.com/postcss/postcss-js\n[`sugarss`]:               https://github.com/postcss/sugarss\n[`midas`]:                 https://github.com/ben-eb/midas\n\n\n## Articles\n\n* [Some things you may think about PostCSS… and you might be wrong](https://www.julian.io/articles/postcss.html)\n* [What PostCSS Really Is; What It Really Does](https://davidtheclark.com/its-time-for-everyone-to-learn-about-postcss/)\n* [PostCSS Guides](https://webdesign.tutsplus.com/series/postcss-deep-dive--cms-889)\n\nMore articles and videos you can find on [awesome-postcss](https://github.com/jjaderg/awesome-postcss) list.\n\n\n## Books\n\n* [Mastering PostCSS for Web Design](https://www.packtpub.com/web-development/mastering-postcss-web-design) by Alex Libby, Packt. (June 2016)\n\n\n## Usage\n\nYou can start using PostCSS in just two steps:\n\n1. Find and add PostCSS extensions for your build tool.\n2. [Select plugins] and add them to your PostCSS process.\n\n[Select plugins]: https://postcss.org/docs/postcss-plugins\n\n\n### CSS-in-JS\n\nThe best way to use PostCSS with CSS-in-JS is [`astroturf`].\nAdd its loader to your `webpack.config.js`:\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: ['style-loader', 'postcss-loader'],\n      },\n      {\n        test: /\\.jsx?$/,\n        use: ['babel-loader', 'astroturf/loader'],\n      }\n    ]\n  }\n}\n```\n\nThen create `postcss.config.js`:\n\n```js\n/** @type {import('postcss-load-config').Config} */\nconst config = {\n  plugins: [\n    require('autoprefixer'),\n    require('postcss-nested')\n  ]\n}\n\nmodule.exports = config\n```\n\n[`astroturf`]: https://github.com/4Catalyzer/astroturf\n\n\n### Parcel\n\n[Parcel] has built-in PostCSS support. It already uses Autoprefixer\nand cssnano. If you want to change plugins, create `postcss.config.js`\nin project’s root:\n\n```js\n/** @type {import('postcss-load-config').Config} */\nconst config = {\n  plugins: [\n    require('autoprefixer'),\n    require('postcss-nested')\n  ]\n}\n\nmodule.exports = config\n```\n\nParcel will even automatically install these plugins for you.\n\n\u003e Please, be aware of [the several issues in Version 1](https://github.com/parcel-bundler/parcel/labels/CSS%20Preprocessing). Notice, [Version 2](https://github.com/parcel-bundler/parcel/projects/5) may resolve the issues via [issue #2157](https://github.com/parcel-bundler/parcel/issues/2157).\n\n[Parcel]: https://parceljs.org\n\n\n### Webpack\n\nUse [`postcss-loader`] in `webpack.config.js`:\n\n```js\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        exclude: /node_modules/,\n        use: [\n          {\n            loader: 'style-loader',\n          },\n          {\n            loader: 'css-loader',\n            options: {\n              importLoaders: 1,\n            }\n          },\n          {\n            loader: 'postcss-loader'\n          }\n        ]\n      }\n    ]\n  }\n}\n```\n\nThen create `postcss.config.js`:\n\n```js\n/** @type {import('postcss-load-config').Config} */\nconst config = {\n  plugins: [\n    require('autoprefixer'),\n    require('postcss-nested')\n  ]\n}\n\nmodule.exports = config\n```\n\n[`postcss-loader`]: https://github.com/postcss/postcss-loader\n\n\n### Gulp\n\nUse [`gulp-postcss`] and [`gulp-sourcemaps`].\n\n```js\ngulp.task('css', () =\u003e {\n  const postcss    = require('gulp-postcss')\n  const sourcemaps = require('gulp-sourcemaps')\n\n  return gulp.src('src/**/*.css')\n    .pipe( sourcemaps.init() )\n    .pipe( postcss([ require('autoprefixer'), require('postcss-nested') ]) )\n    .pipe( sourcemaps.write('.') )\n    .pipe( gulp.dest('build/') )\n})\n```\n\n[`gulp-sourcemaps`]: https://github.com/floridoo/gulp-sourcemaps\n[`gulp-postcss`]:    https://github.com/postcss/gulp-postcss\n\n\n### npm Scripts\n\nTo use PostCSS from your command-line interface or with npm scripts\nthere is [`postcss-cli`].\n\n```sh\npostcss --use autoprefixer -o main.css css/*.css\n```\n\n[`postcss-cli`]: https://github.com/postcss/postcss-cli\n\n\n### Browser\n\nIf you want to compile CSS string in browser (for instance, in live edit\ntools like CodePen), just use [Browserify] or [webpack]. They will pack\nPostCSS and plugins files into a single file.\n\nTo apply PostCSS plugins to React Inline Styles, JSS, Radium\nand other [CSS-in-JS], you can use [`postcss-js`] and transforms style objects.\n\n```js\nconst postcss  = require('postcss-js')\nconst prefixer = postcss.sync([ require('autoprefixer') ])\n\nprefixer({ display: 'flex' }) //=\u003e { display: ['-webkit-box', '-webkit-flex', '-ms-flexbox', 'flex'] }\n```\n\n[`postcss-js`]: https://github.com/postcss/postcss-js\n[Browserify]:   https://browserify.org/\n[CSS-in-JS]:    https://github.com/MicheleBertoli/css-in-js\n[webpack]:      https://webpack.github.io/\n\n\n### Runners\n\n* **Grunt**: [`@lodder/grunt-postcss`](https://github.com/C-Lodder/grunt-postcss)\n* **HTML**: [`posthtml-postcss`](https://github.com/posthtml/posthtml-postcss)\n* **Stylus**: [`poststylus`](https://github.com/seaneking/poststylus)\n* **Rollup**: [`rollup-plugin-postcss`](https://github.com/egoist/rollup-plugin-postcss)\n* **Brunch**: [`postcss-brunch`](https://github.com/brunch/postcss-brunch)\n* **Broccoli**: [`broccoli-postcss`](https://github.com/jeffjewiss/broccoli-postcss)\n* **Meteor**: [`postcss`](https://atmospherejs.com/juliancwirko/postcss)\n* **ENB**: [`enb-postcss`](https://github.com/awinogradov/enb-postcss)\n* **Taskr**: [`taskr-postcss`](https://github.com/lukeed/taskr/tree/master/packages/postcss)\n* **Start**: [`start-postcss`](https://github.com/start-runner/postcss)\n* **Connect/Express**: [`postcss-middleware`](https://github.com/jedmao/postcss-middleware)\n* **Svelte Preprocessor**: [`svelte-preprocess`](https://github.com/sveltejs/svelte-preprocess/blob/main/docs/preprocessing.md#postcss-sugarss)\n\n\n### JS API\n\nFor other environments, you can use the JS API:\n\n```js\nconst autoprefixer = require('autoprefixer')\nconst postcss = require('postcss')\nconst postcssNested = require('postcss-nested')\nconst fs = require('fs')\n\nfs.readFile('src/app.css', (err, css) =\u003e {\n  postcss([autoprefixer, postcssNested])\n    .process(css, { from: 'src/app.css', to: 'dest/app.css' })\n    .then(result =\u003e {\n      fs.writeFile('dest/app.css', result.css, () =\u003e true)\n      if ( result.map ) {\n        fs.writeFile('dest/app.css.map', result.map.toString(), () =\u003e true)\n      }\n    })\n})\n```\n\nRead the [PostCSS API documentation] for more details about the JS API.\n\nAll PostCSS runners should pass [PostCSS Runner Guidelines].\n\n[PostCSS Runner Guidelines]: https://github.com/postcss/postcss/blob/main/docs/guidelines/runner.md\n[PostCSS API documentation]: https://postcss.org/api/\n\n\n### Options\n\nMost PostCSS runners accept two parameters:\n\n* An array of plugins.\n* An object of options.\n\nCommon options:\n\n* `syntax`: an object providing a syntax parser and a stringifier.\n* `parser`: a special syntax parser (for example, [SCSS]).\n* `stringifier`: a special syntax output generator (for example, [Midas]).\n* `map`: [source map options].\n* `from`: the input file name (most runners set it automatically).\n* `to`: the output file name (most runners set it automatically).\n\n[source map options]: https://postcss.org/api/#sourcemapoptions\n[Midas]:              https://github.com/ben-eb/midas\n[SCSS]:               https://github.com/postcss/postcss-scss\n\n\n### Treat Warnings as Errors\n\nIn some situations it might be helpful to fail the build on any warning\nfrom PostCSS or one of its plugins. This guarantees that no warnings\ngo unnoticed, and helps to avoid bugs. While there is no option to enable\ntreating warnings as errors, it can easily be done\nby adding `postcss-fail-on-warn` plugin in the end of PostCSS plugins:\n\n```js\nmodule.exports = {\n  plugins: [\n    require('autoprefixer'),\n    require('postcss-fail-on-warn')\n  ]\n}\n```\n\n\n## Editors \u0026 IDE Integration\n\n\n### VS Code\n\n* [`csstools.postcss`] adds PostCSS support.\n* [`smallcase.postcssense`] adds Intellisense for global classes\n\n[`csstools.postcss`]: https://marketplace.visualstudio.com/items?itemName=csstools.postcss\n[`smallcase.postcssense`]: https://marketplace.visualstudio.com/items?itemName=smallcase.postcssense\n\n### Sublime Text\n\n* [`Syntax-highlighting-for-PostCSS`] adds PostCSS highlight.\n\n[`Syntax-highlighting-for-PostCSS`]: https://github.com/hudochenkov/Syntax-highlighting-for-PostCSS\n\n\n### Vim\n\n* [`postcss.vim`] adds PostCSS highlight.\n\n[`postcss.vim`]: https://github.com/stephenway/postcss.vim\n\n\n### WebStorm\n\nTo get support for PostCSS in WebStorm and other JetBrains IDEs you need to install [this plugin][jb-plugin].\n\n[jb-plugin]: https://plugins.jetbrains.com/plugin/8578-postcss\n\n## Security Contact\n\nTo report a security vulnerability, please use the [Tidelift security contact].\nTidelift will coordinate the fix and disclosure.\n\n[Tidelift security contact]: https://tidelift.com/security\n\n\n## For Enterprise\n\nAvailable as part of the Tidelift Subscription.\n\nThe maintainers of `postcss` and thousands of other packages are working\nwith Tidelift to deliver commercial support and maintenance for the open source\ndependencies you use to build your applications. Save time, reduce risk,\nand improve code health, while paying the maintainers of the exact dependencies\nyou use. [Learn more.](https://tidelift.com/subscription/pkg/npm-postcss?utm_source=npm-postcss\u0026utm_medium=referral\u0026utm_campaign=enterprise\u0026utm_term=repo)\n","funding_links":["https://opencollective.com/postcss","https://tidelift.com/funding/github/npm/postcss","https://github.com/sponsors/ai","https://opencollective.com/postcss/","https://tidelift.com/security","https://tidelift.com/subscription/pkg/npm-postcss?utm_source=npm-postcss\u0026utm_medium=referral\u0026utm_campaign=enterprise\u0026utm_term=repo"],"categories":["Packages","TypeScript","JavaScript","Repository","CSS","GIT 仓库","包","目录","前端开发框架及项目","Parsing","Table of Contents","\u003e 10k ★","打包工具","Preprocessors :pill:","framework","Having Issues? Try these things first.","Pré-processadores","Number","Brunch plugins","Uncategorized","Инструменты разработчика"],"sub_categories":["Build tools","Parsing","解析工具","解析","构建工具/预编译","其他_文本生成、文本对话","Technologies Used","webpack 辅助工具、Loader 和插件","Editor's Draft :black_nib:","React Components","Compilers","Processors","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostcss%2Fpostcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostcss%2Fpostcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostcss%2Fpostcss/lists"}