PostCSS 是一个活跃的 GitHub 组织,专注于基于 JavaScript 和 TypeScript 的 CSS 处理工具。它的公共仓库涵盖了一系列广泛使用的项目,如 postcss、autoprefixer 和 postcss-cli,这些项目帮助开发者更高效地管理和转换样式表。
Transforming styles with JS plugins
Parse CSS and add vendor prefixes to rules by Can I Use
PostCSS plugin to inline at-import rules content
PostCSS plugin to unwrap nested rules like how Sass does it.
PostCSS plugin to fix height/min-height: 100vh on iOS
CLI for postcss
Pipe CSS through PostCSS processors with a single parse
Indent-based CSS syntax for PostCSS
SCSS parser for PostCSS.
PostCSS for React Inline Styles, Free Style and other CSS-in-JS
Autoload Config for PostCSS
Use Custom Properties in CSS
A BEM linter for postcss
PostCSS plugin for mixins
PostCSS plugin for Sass-like variables
PostCSS plugin to rebase url(), inline or copy asset.
PostCSS plugin to transform W3C CSS color function to more compatible CSS
Writing simple and graceful Media Queries!
PostCSS Plugin Boilerplate
PostCSS plugin to reduce calc()
A CSS selector parser, integrates with postcss but does not require it.
PostCSS plugin to make dark/light theme switcher by copying styles from media query to special class
Log PostCSS messages in the console
PostCSS plugin to replace easing names to cubic-bezier()
Enable PostCSS plugins directly in your stylesheet.
Transforms css values into the tree
Fault tolerant CSS parser for PostCSS
PostCSS plugin to add :focus selector to every :hover for keyboard accessibility
PostCSS benchmarks
Log execution time for each plugin in a PostCSS instance.
Official website for PostCSS
Plugin to display warning messages right in your browser
PostCSS plugin to transform rebeccapurple color to rgb()
Postcss for Deno
PostCSS plugin to insert branding colors of all the major companies
PostCSS plugin for size shortcut
PostCSS plugin to insert 3D hack before will-change property
PostCSS plugin to transform rgba() to hexadecimal.
PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS (simpler selectors)
PostCSS plugin to generate more realistic smooth shadows
Limit a PostCSS processor to a local stylesheet context.
Use 4 & 8 character hex color notation in CSS
Use the gray() color function in CSS
PostCSS branding files
PostCSS plugin to transform W3C CSS font variant properties to more compatible CSS (font-feature-settings)
Exclude/warn on duplicated PostCSS plugins.
Base tests for every PostCSS CSS parser
PostCSS plugin to transform W3C CSS hwb() function to more compatible CSS (rgb() or rgba()).
An ESLint shareable config for postcss and plugins
PostCSS plugin to add opacity to any colors with Relative Color Syntax
Suggestion box for PostCSS plugins
UNMAINTAINED
PostCSS plugin throws a error on any warning from previous PostCSS plugins.
Best parctices and configs from PostCSS plugin
A modern CSS at rule parser in PostCSS.
DEPRECATED - PostCSS plugin to transform latest W3C CSS color module syntax to more compatible CSS
postcss-import plugin for Deno
postcss 主要构建了多个用于处理 CSS 的插件和工具,帮助开发者进行样式转换和优化。其核心项目包括 postcss 和 autoprefixer,这些项目在前端开发中被广泛使用。
postcss 主要使用 JavaScript 和 TypeScript 这两种编程语言。这使得它能够与现代前端开发工具链良好集成,满足开发者的需求。
是的,postcss 的所有仓库都是公开的。任何人都可以访问、使用和贡献这些项目,促进了开源社区的合作与发展。