PostCSS 插件(PostCSS Plugins)
¥PostCSS Plugins
目录
¥Table of Contents
-
¥Fun
控制(Control)
¥Control
有两种方法可以让 PostCSS 的魔力更加明确。
¥There are two ways to make PostCSS magic more explicit.
使用 postcss-plugin-context 限制插件的本地样式表上下文:
¥Limit a plugin's local stylesheet context using postcss-plugin-context:
.css-example.is-test-for-css4-browsers {
color: gray(255, 50%);
}
@context postcss-preset-env {
.css-example.is-fallback-for-all-browsers {
color: gray(255, 50%);
}
}
或者使用 postcss-use 直接在 CSS 中启用插件:
¥Or enable plugins directly in CSS using postcss-use:
@use autoprefixer(browsers: ['last 2 versions']);
:fullscreen a {
display: flex;
}
包(Packs)
¥Packs
-
postcss-utilities包括最常用的 mixin、快捷方式和辅助程序,用作@util规则。¥
postcss-utilitiesincludes the most commonly used mixins, shortcuts and helpers to use as@utilrules. -
atcss包含根据特殊注释注释转换 CSS 的插件。¥
atcsscontains plugins that transform your CSS according to special annotation comments. -
cssnano包含优化 CSS 大小以供生产使用的插件。¥
cssnanocontains plugins that optimize CSS size for use in production. -
oldie包含可转换 CSS 以兼容旧版 Internet Explorer 的插件。¥
oldiecontains plugins that transform your CSS for older Internet Explorer compatibility. -
rucksack包含通过新功能和快捷方式加速 CSS 开发的插件。¥
rucksackcontains plugins to speed up CSS development with new features and shortcuts. -
level4仅包含可让你编写 C 且无需 IE9 回退的插件。¥
level4contains only plugins that let you write CSS4 without the IE9 fallbacks. -
short添加并扩展了许多速记属性。¥
shortadds and extends numerous shorthand properties. -
stylelint包含检查样式表的插件。¥
stylelintcontains plugins that lint your stylesheets. -
postcss-hamster用于垂直节奏、排版、模块化比例功能。¥
postcss-hamsterfor vertical rhythm, typography, modular scale functions. -
postcss-preset-env允许你将现代 CSS 转换为大多数浏览器可以理解的内容,并根据你的目标浏览器或运行时环境确定你需要的 polyfill。¥
postcss-preset-envlets you convert modern CSS into something most browsers can understand, determining the polyfills you need based on your targeted browsers or runtime environments. -
postcss-ui-theme为你提供语法糖并允许你更改主题。¥
postcss-ui-themegives you syntax sugar and allows you to change theme.
未来的 CSS 语法(Future CSS Syntax)
¥Future CSS Syntax
-
postcss-apply支持自定义属性集引用。¥
postcss-applysupports custom properties sets references. -
postcss-attribute-case-insensitive支持不区分大小写的属性。¥
postcss-attribute-case-insensitivesupports case insensitive attributes. -
postcss-bidirection使用单一语法生成从左到右和从右到左的样式。¥
postcss-bidirectiongenerate left-to-right and right-to-left styles with single syntax. -
postcss-color-function支持转换颜色的函数。¥
postcss-color-functionsupports functions to transform colors. -
postcss-color-gray支持gray()功能。¥
postcss-color-graysupports thegray()function. -
postcss-color-hex-alpha支持#rrggbbaa和#rgba表示法。¥
postcss-color-hex-alphasupports#rrggbbaaand#rgbanotation. -
postcss-color-hsl:将 CSS 颜色 4hsl()转换为更兼容的hsl()或hsla()。¥
postcss-color-hsl: transforms CSS Colors 4hsl()to more compatiblehsl()orhsla(). -
postcss-color-hwb将hwb()转变为广泛兼容的rgb()。¥
postcss-color-hwbtransformshwb()to widely compatiblergb(). -
postcss-color-image支持image(<color>)语法,允许使用纯色作为图片。¥
postcss-color-imagesupportsimage(<color>)syntax allowing to use a solid color as an image. -
postcss-color-rebeccapurple支持rebeccapurple颜色。¥
postcss-color-rebeccapurplesupports therebeccapurplecolor. -
postcss-color-rgb:将 CSS 颜色 4rgb()转换为更兼容的rgb()或rgba()。¥
postcss-color-rgb: transforms CSS Colors 4rgb()to more compatiblergb()orrgba(). -
postcss-conic-gradient支持conic-gradient背景。¥
postcss-conic-gradientsupports theconic-gradientbackground. -
postcss-custom-media支持媒体查询的自定义别名。¥
postcss-custom-mediasupports custom aliases for media queries. -
postcss-custom-properties使用 W3C 自定义属性中的语法支持变量。¥
postcss-custom-propertiessupports variables, using syntax from the W3C Custom Properties. -
postcss-custom-selectors为选择器添加了自定义别名。¥
postcss-custom-selectorsadds custom aliases for selectors. -
postcss-extend递归地支持规则和占位符的规范近似@extend。¥
postcss-extendsupports spec-approximate@extendfor rules and placeholders, recursively. -
postcss-font-format-keywords将@font-face规则的format()函数中的关键字转换为广泛支持的字符串。¥
postcss-font-format-keywordstransforms keywords in@font-facerule’sformat()function to widely supported strings. -
postcss-font-normalize标准化字体,尤其是font-family。¥
postcss-font-normalizeto normalize font, especiallyfont-family. -
postcss-font-variant将人类可读的font-variant转换为更广泛支持的 CSS。¥
postcss-font-varianttranspiles human-readablefont-variantto more widely supported CSS. -
postcss-font-family-system-ui将 W3C CSSfont-family: system-ui转换为实用的字体列表。¥
postcss-font-family-system-uitransforms W3C CSSfont-family: system-uito a practical font list. -
postcss-font-display添加font-displaycss 规则。¥
postcss-font-displayaddfont-displaycss rule. -
postcss-host使 Shadow DOM 的:host选择器能够与伪类一起正常工作。¥
postcss-hostmakes the Shadow DOM’s:hostselector work properly with pseudo-classes. -
postcss-initial支持initial关键字和all: initial来清理继承样式。¥
postcss-initialsupportsinitialkeyword andall: initialto clean inherit styles. -
postcss-logical-properties根据文档的写入方向将start和end属性转换为left和right。¥
postcss-logical-propertiestransformsstartandendproperties toleftandrightdepending on the writing direction of the document. -
postcss-media-minmax将<=和=>语句添加到媒体查询中。¥
postcss-media-minmaxadds<=and=>statements to media queries. -
postcss-multi-value-display将inline flex和block flow转换为inline-flex和block¥
postcss-multi-value-displaytransformsinline flexandblock flowtoinline-flexandblock -
postcss-pseudo-class-any-link添加了:any-link伪类。¥
postcss-pseudo-class-any-linkadds:any-linkpseudo-class. -
postcss-pseudo-is将:is()转换为更兼容的 CSS。¥
postcss-pseudo-istransforms:is()to more compatible CSS. -
postcss-selector-not将 C:not()转换为 C:not()。¥
postcss-selector-nottransforms CSS4:not()to CSS3:not(). -
postcss-selector-matches将 C:matches()转换为更兼容的 CSS。¥
postcss-selector-matchestransforms CSS4:matches()to more compatible CSS. -
postcss-start-to-end允许你通过逻辑规则而不是方向/物理规则来控制布局(LTR 或 RTL)。¥
postcss-start-to-endlets you control your layout (LTR or RTL) through logical rather than direction / physical rules. -
postcss-subgrid为 CSSdisplay: subgrid规范提供了基本的垫片。¥
postcss-subgridprovides a basic shim for the CSSdisplay: subgridspec. -
mq4-hover-shim支持@media (hover)功能。¥
mq4-hover-shimsupports the@media (hover)feature.
另请参阅 postcss-preset-env 插件包,通过一行代码添加未来的 CSS 语法。
¥See also postcss-preset-env plugins pack to add future CSS syntax
by one line of code.
后备措施(Fallbacks)
¥Fallbacks
-
postcss-auto-var-fallback通过提供的变量文件添加了 var 回退。¥
postcss-auto-var-fallbackadds var fallbacks by provided files of variables. -
postcss-color-rgba-fallback将rgba()转换为十六进制。¥
postcss-color-rgba-fallbacktransformsrgba()to hexadecimal. -
当
:disabled伪类存在时,postcss-disabled添加[disabled]属性和/或.disabled类。¥
postcss-disabledadds a[disabled]attribute and/or a.disabledclass when the:disabledpseudo class is present. -
postcss-epub将-epub-前缀添加到相关属性中。¥
postcss-epubadds the-epub-prefix to relevant properties. -
postcss-esplit将你的 CSS 拆分为 IE 超过 4095 个选择器。¥
postcss-esplitsplits your CSS exceeding 4095 selectors for IE. -
postcss-fallback添加了fallback函数以避免重复声明。¥
postcss-fallbackaddsfallbackfunction to avoid duplicate declarations. -
postcss-filter-gradient为旧版 IE 添加了渐变滤镜。¥
postcss-filter-gradientadds gradient filter for the old IE. -
postcss-flexibility为Flexibility polyfill添加-js-前缀。¥
postcss-flexibilityadds-js-prefix forFlexibility polyfill. -
postcss-gradient-transparency-fix以渐变方式转换transparent值以支持 Safari 的不同颜色插值。¥
postcss-gradient-transparency-fixtransformstransparentvalues in gradients to support Safari's different color interpolation. -
postcss-hash-classname将哈希字符串附加到你的 css 类名中。¥
postcss-hash-classnameappend hash string to your css class name. -
postcss-mqwidth-to-class将最小/最大宽度媒体查询转换为类。¥
postcss-mqwidth-to-classconverts min/max-width media queries to classes. -
postcss-opacity为 IE8 添加了不透明度过滤器。¥
postcss-opacityadds opacity filter for IE8. -
postcss-opacity-percentage将 C 基于百分比的opacity值转换为浮点值。¥
postcss-opacity-percentagetransforms CSS4 percentage-basedopacityvalues to float values. -
postcss-page-break将page-break-后备添加到break-属性。¥
postcss-page-breakaddspage-break-fallback tobreak-properties. -
postcss-pseudoelements将::选择器转换为:选择器以兼容 IE 8。¥
postcss-pseudoelementsConvert::selectors into:selectors for IE 8 compatibility. -
postcss-redundant-color-vars为某些边框和框阴影声明添加了自定义属性,以修复已知的 Safari 错误¥
postcss-redundant-color-varsadds custom property for certain border and box-shadow declarations to fix a known Safari bug -
postcss-replace-overflow-wrap用word-wrap替换overflow-wrap。¥
postcss-replace-overflow-wrapreplaceoverflow-wrapwithword-wrap. -
postcss-round-subpixels插件,可将子像素值四舍五入到最接近的完整像素。¥
postcss-round-subpixelsplugin that rounds sub-pixel values to the nearest full pixel. -
postcss-unmq删除了媒体查询,同时保留了 IE≤8 的桌面规则。¥
postcss-unmqremoves media queries while preserving desktop rules for IE≤8. -
postcss-vmin为 IE9 中的vmin单元生成vm后备。¥
postcss-vmingeneratesvmfallback forvminunit in IE9. -
postcss-will-change在will-change属性之前插入 3D hack。¥
postcss-will-changeinserts 3D hack beforewill-changeproperty. -
autoprefixer使用 Can I Use 中的数据为你添加浏览器前缀。¥
autoprefixeradds vendor prefixes for you, using data from Can I Use. -
postcss-pie使 IE 具有几个最有用的 C 装饰功能。¥
postcss-piemakes IE several of the most useful CSS3 decoration features. -
cssgrace为 IE 和其他旧浏览器提供各种辅助程序和转译 CSS 3。¥
cssgraceprovides various helpers and transpiles CSS 3 for IE and other old browsers. -
pixrem为rem单位生成像素回退。¥
pixremgenerates pixel fallbacks forremunits. -
postcss-fixie添加了简单轻松的 IE 破解¥
postcss-fixieadds easy and painless IE hacks -
postcss-safe-area添加了safe-area-insetenv变量的浏览器回退。¥
postcss-safe-areaadds browser fallbacks forsafe-area-insetenvvariables. -
webp-in-css在 CSS 中使用 WebP 背景图片。¥
webp-in-cssto use WebP background images in CSS. -
postcss-clamp将clamp()变换为min/max的组合¥
postcss-clamptransformclamp()to combination ofmin/max -
postcss-spring-easing用生成的linear()函数替换spring(),并添加--spring-durationcss 变量。¥
postcss-spring-easingreplacesspring()with a resultinglinear()function and add a--spring-durationcss variable.
另请参阅 oldie 插件包。
¥See also oldie plugins pack.
语言扩展(Language Extensions)
¥Language Extensions
-
postcss-aspect-ratio将元素的尺寸固定为纵横比。¥
postcss-aspect-ratiofix an element's dimensions to an aspect ratio. -
postcss-atroot将规则直接放置在根节点处。¥
postcss-atrootplace rules directly at the root node. -
postcss-bem-fix添加了 BEM 和 SUIT 样式类的 at 规则。¥
postcss-bem-fixadds at-rules for BEM and SUIT style classes. -
postcss-click允许使用:click伪类并在 JavaScript 中实现它。¥
postcss-clickallows to use the:clickpseudo class and implement it in JavaScript. -
postcss-compact-mq为基于视口宽度的媒体查询提供紧凑的语法。¥
postcss-compact-mqprovides compact syntax for media queries based on viewport width. -
postcss-conditionals添加@if语句。¥
postcss-conditionalsadds@ifstatements. -
postcss-css-variables支持使用 W3C 类似语法的选择器变量和 at 规则。¥
postcss-css-variablessupports variables for selectors, and at-rules using W3C similar syntax. -
postcss-current-selector获取声明中的当前选择器。¥
postcss-current-selectorto get current selector in declaration. -
postcss-define-property定义属性快捷方式。¥
postcss-define-propertyto define properties shortcut. -
postcss-define-function实现 Sass@function指令。¥
postcss-define-functionto implement Sass@functiondirective. -
postcss-each添加@each语句。¥
postcss-eachadds@eachstatement. -
postcss-for添加@for循环。¥
postcss-foradds@forloops. -
postcss-at-rules-variables添加了对@for、@each、@if等中自定义属性的支持。¥
postcss-at-rules-variablesadds support for custom properties in@for,@each,@if, etc. -
postcss-functions允许公开 JavaScript 函数。¥
postcss-functionsenables exposure of JavaScript functions. -
postcss-if-mediaCSS 规则和属性中的内联或嵌套媒体查询。¥
postcss-if-mediainline or nest media queries within CSS rules & properties. -
postcss-inline-media将多个媒体查询内联到 CSS 属性值中。¥
postcss-inline-mediainline multiple media queries into CSS property values. -
postcss-local-constants添加了对本地化常量的支持。¥
postcss-local-constantsadds support for localized constants. -
postcss-map启用配置映射。¥
postcss-mapenables configuration maps. -
postcss-match为 Rust 风格的模式匹配 添加@match。¥
postcss-matchadds@matchfor Rust-style pattern matching. -
postcss-mixins使 mixin 比 Sass 更强大,在样式表或 JS 中定义。¥
postcss-mixinsenables mixins more powerful than Sass’, defined within stylesheets or in JS. -
postcss-media-variables在@media规则中添加了对var()和calc()的支持¥
postcss-media-variablesadds support forvar()andcalc()in@mediarules -
postcss-modular-scale增加了模块化秤ms()功能。¥
postcss-modular-scaleadds a modular scalems()function. -
postcss-namespace将命名空间作为选择器的前缀。¥
postcss-namespaceprefix a namespace to a selector. -
postcss-nested解包嵌套规则。¥
postcss-nestedunwraps nested rules. -
postcss-nested-props解包嵌套属性。¥
postcss-nested-propsunwraps nested properties. -
postcss-nested-vars支持嵌套 Sass 风格的变量。¥
postcss-nested-varssupports nested Sass-style variables. -
postcss-pseudo-class-any-button添加了:any-button伪类来定位所有按钮元素。¥
postcss-pseudo-class-any-buttonadds:any-buttonpseudo-class for targeting all button elements. -
postcss-pseudo-class-enter将:enter转换为:hover和:focus。¥
postcss-pseudo-class-entertransforms:enterinto:hoverand:focus. -
postcss-quantity-queries启用数量查询。¥
postcss-quantity-queriesenables quantity queries. -
postcss-ref引用另一个规则的属性。¥
postcss-refrefers properties from another rule. -
postcss-reverse-media反向/反转媒体查询参数。¥
postcss-reverse-mediareverse/Invert media query parameters. -
postcss-sassy-mixins支持使用 Sass 关键字进行混入。¥
postcss-sassy-mixinsenables mixins with Sass keywords. -
postcss-map-get添加了使用 Sass 的函数,如映射函数map-get。¥
postcss-map-getadds the ability to use Sass like map functionmap-get. -
postcss-simple-extend静默类的轻量级扩展,如 Sass 的@extend。¥
postcss-simple-extendlightweight extending of silent classes, like Sass’@extend. -
postcss-simple-vars支持 Sass 风格的变量。¥
postcss-simple-varssupports for Sass-style variables. -
postcss-strip-units将单位从属性值中剥离。¥
postcss-strip-unitsstrips units off of property values. -
postcss-vertical-rhythm在font-size、line-height的基础上增加了垂直节奏单元。¥
postcss-vertical-rhythmadds a vertical rhythm unit based onfont-sizeandline-height. -
postcss-vertical-rhythm-function添加了垂直节奏vr()函数,该函数与单位无关,并且在构建期间无法计算字体大小的情况下工作。¥
postcss-vertical-rhythm-functionadds a vertical rhythmvr()function that is unit agnostic and works in situations where the font-size cannot be calculated during build time. -
postcss-responsive-properties允许你编写响应式属性值。¥
postcss-responsive-propertiesallows you to write responsive property values. -
postcss-text-remove-gap删除文本字符串前后的空格,通过行高和字形本身的额外空格添加。¥
postcss-text-remove-gapremove space before and after text strings, added by line-height and extra space in glyph itself. -
postcss-closest插件修改当前选择器最接近的匹配部分。¥
postcss-closestplugin to modify closest matching part of current selector. -
csstyle将组件工作流程添加到你的样式中。¥
csstyleadds components workflow to your styles. -
postcss-percentage支持类似 Sass 的percentage()功能。¥
postcss-percentagesupport Sass-likepercentage()function. -
postcss-custom-css-units定义自定义 CSS 单元并将其转换为 CSS 变量。¥
postcss-custom-css-unitsDefine custom css units and convert them to CSS variables. -
postcss-easy-z允许你通过声明 z 索引之间的关系来组织 z 索引。¥
postcss-easy-zlets you organize z-indices by declaring relations between them. -
@csstools/postcss-design-tokens允许你从 CSS 导入和使用设计标记。¥
@csstools/postcss-design-tokenslets you import and use design tokens from CSS.
颜色(Colors)
¥Colors
-
postcss-ase-colors用从 ASE 调色板文件读取的值替换颜色名称。¥
postcss-ase-colorsreplaces color names with values read from an ASE palette file. -
postcss-brand-colors在brand-colors模块中插入公司品牌颜色。¥
postcss-brand-colorsinserts company brand colors in thebrand-colorsmodule. -
postcss-color-alpha将#hex.a、black(alpha)和white(alpha)转换为rgba()。¥
postcss-color-alphatransforms#hex.a,black(alpha)andwhite(alpha)torgba(). -
postcss-color-hcl将hcl(H, C, L)和hcl(H, C, L, alpha)转换为#rgb和rgba()。¥
postcss-color-hcltransformshcl(H, C, L)andhcl(H, C, L, alpha)to#rgbandrgba(). -
postcss-color-hexa将hexa(hex, alpha)转换为rgba格式。¥
postcss-color-hexatransformshexa(hex, alpha)intorgbaformat. -
postcss-color-mix将两种颜色混合在一起。¥
postcss-color-mixmixes two colors together. -
postcss-color-palette将 CSS 2 颜色关键字转换为自定义调色板。¥
postcss-color-palettetransforms CSS 2 color keywords to a custom palette. -
postcss-color-pantone将 pantone 颜色转换为 RGB。¥
postcss-color-pantonetransforms pantone color to RGB. -
postcss-color-scale增加了色阶cs()功能。¥
postcss-color-scaleadds a color scalecs()function. -
postcss-color-short添加了简写颜色声明。¥
postcss-color-shortadds shorthand color declarations. -
postcss-color-yiq使用 YIQ 颜色空间设置前景色。¥
postcss-color-yiqsets foreground colors using the YIQ color space. -
postcss-colorblind使用滤镜变换颜色来模拟色盲。¥
postcss-colorblindtransforms colors using filters to simulate colorblindness. -
postcss-contrast检查背景颜色并给出白色或黑色。¥
postcss-contrastchecks background-color and gives either white or black. -
postcss-dark-theme-class通过自定义切换器强制深色或浅色主题。¥
postcss-dark-theme-classto force dark or light theme by custom switcher. -
postcss-theme-colors添加带有颜色组的深色和浅色主题。¥
postcss-theme-colorsadd dark and light theme with color groups. -
postcss-hexrgba添加了速记十六进制rgba(hex, alpha)方法。¥
postcss-hexrgbaadds shorthand hexrgba(hex, alpha)method. -
postcss-rgb-plz将 3 或 6 位十六进制值转换为rgb。¥
postcss-rgb-plzconverts 3 or 6 digit hex values torgb. -
postcss-rgba-hex将rgba值转换为hex类似物。¥
postcss-rgba-hexconvertsrgbavalues tohexanalogues. -
postcss-shades-of-gray有助于保持灰度颜色与灰色调色板一致。¥
postcss-shades-of-grayhelps keeping grayscale colors consistent to a gray palette. -
colorguard有助于保持一致的调色板。¥
colorguardhelps maintain a consistent color palette. -
postcss-get-color从图片中获取突出的颜色。¥
postcss-get-colorget the prominent colors from an image. -
postcss-randomcolor支持使用随机颜色的功能。¥
postcss-randomcolorsupports function to use random color.
图片和字体(Images and Fonts)
¥Images and Fonts
-
avif-in-css在 CSS 背景中使用 AVIF 图片格式。¥
avif-in-cssto use AVIF image format in CSS background. -
postcss-assets允许你简化 URL、插入图片尺寸和内联文件。¥
postcss-assetsallows you to simplify URLs, insert image dimensions, and inline files. -
postcss-assets-rebase重新设定url()的资源基础。¥
postcss-assets-rebaserebases assets fromurl(). -
postcss-at2x通过使用at-2x关键字处理视网膜背景图片。¥
postcss-at2xhandles retina background images via use ofat-2xkeyword. -
postcss-background-image-auto-size自动为background-image生成 CSS 规则width和height。¥
postcss-background-image-auto-sizegenerates CSS ruleswidthandheightforbackground-imageautomatically. -
postcss-border-9-patch通过自定义规则生成类似 9 块的边框样式。¥
postcss-border-9-patchgenerates 9-patch like border styles via a custom rule. -
postcss-cachebuster为图片和字体添加版本参数¥
postcss-cachebusteradds version parameter to images and fonts -
postcss-copy-assets将相对url()引用的资源复制到构建目录中。¥
postcss-copy-assetscopies assets referenced by relativeurl()s into a build directory. -
postcss-data-packer将嵌入的 Base64 数据移动到单独的文件中。¥
postcss-data-packermoves embedded Base64 data to a separate file. -
postcss-easysprites根据 image.png#hash和宽高比 (@2x) 将图片组合到精灵中。¥
postcss-easyspritescombine images to sprites, based on their image.png#hashand aspect ratio (@2x). -
postcss-icon-blender从超过 80,000 个免费开源的图标创建自定义 SVG 图标集¥
postcss-icon-blendercreate custom SVG icon sets from over 80,000 free and open-source icons -
postcss-image-set将background-image添加到image-set()的第一张图片。¥
postcss-image-setaddsbackground-imagewith first image forimage-set(). -
postcss-image-inliner内联本地和远程图片。¥
postcss-image-inlinerinlines local and remote images. -
postcss-instagram为filter添加了 Instagram 滤镜。¥
postcss-instagramadds Instagram filters tofilter. -
postcss-filter-tint为图片等元素添加了色调滤镜。¥
postcss-filter-tintadds tint filter to elements such as images. -
postcss-foft-classes为使用 Web 字体的块添加了保护类,以实现更好的字体加载策略。¥
postcss-foft-classesadds guarding classes to blocks using web fonts for better font loading strategies. -
postcss-font-awesome为字体很棒的 unicode 代码添加了一个简单的快捷方式¥
postcss-font-awesomeadds an easy shortcut to font-awesome unicode codes -
postcss-font-grabber在@font-face中抓取远程字体,下载它们并更新你的 CSS。¥
postcss-font-grabbergrabs remote fonts in@font-face, download them and update your CSS. -
postcss-font-pack简化了字体声明并验证它们是否与配置的字体包匹配。¥
postcss-font-packsimplifies font declarations and validates they match configured font packs. -
postcss-fontsize生成rem单元font-size和line-height,并带有px后备。¥
postcss-fontsizegeneratesremunitfont-sizeandline-heightwithpxfallbacks. -
postcss-fontpath添加了针对不同浏览器的字体链接。¥
postcss-fontpathadds font links for different browsers. -
postcss-fontsource-url重写了 Fontsource 资源文件夹。¥
postcss-fontsource-urlrewrite Fontsource assets folder. -
postcss-lazyimagecss自动添加图片宽度和高度。¥
postcss-lazyimagecssadds image width and height automatically. -
postcss-lazysprite从图片目录生成精灵。¥
postcss-lazyspritegenerates sprites from the directory of images. -
postcss-placehold可以轻松放置占位符图片。¥
postcss-placeholdmakes it easy to drop in placeholder images. -
postcss-resemble-image为与原始图片大致相似的图片提供渐变回退。¥
postcss-resemble-imageprovides a gradient fallback for an image that loosely resembles the original. -
postcss-resolve-urls解析url()中引用的相对 URL¥
postcss-resolve-urlsresolves relative urls referenced inurl()s -
postcss-responsive-images添加了样式表,使你的图片具有响应能力。¥
postcss-responsive-imagesadds stylesheets for making your images responsive. -
postcss-sprites从样式表生成 CSS 精灵。¥
postcss-spritesgenerates CSS sprites from stylesheets. -
postcss-svg将内联 SVG 插入 CSS 并允许管理它的颜色。¥
postcss-svginsert inline SVG to CSS and allows to manage it colors. -
postcss-svg-fallback将 CSS 中的 SVG 转换为适用于 IE 8 的 PNG 文件。¥
postcss-svg-fallbackconverts SVG in your CSS to PNG files for IE 8. -
postcss-svgo通过 SVGO 处理内联 SVG。¥
postcss-svgoprocesses inline SVG through SVGO. -
postcss-unicode-characters使写入unicode-range描述符变得更容易。¥
postcss-unicode-charactersmakes it easier to writeunicode-rangedescriptors. -
postcss-url变基或内联url()。¥
postcss-urlrebases or inlinesurl()s. -
postcss-urlrebase将url()重新设置为给定的根 URL。¥
postcss-urlrebaserebasesurl()s to a given root URL. -
postcss-urlrev将 MD5 哈希字符串添加到url()。¥
postcss-urlrevadds MD5 hash strings tourl()s. -
postcss-write-svg在 CSS 中编写内联 SVG。¥
postcss-write-svgwrite inline SVGs in CSS. -
postcss-inline-svg内联 SVG 图片并自定义其样式。¥
postcss-inline-svginline SVG images and customize their styles. -
webpcss为支持 WebP 的浏览器添加了 WebP 图片的 URL。¥
webpcssadds URLs for WebP images for browsers that support WebP. -
webp-in-css在 CSS 后台使用 WebP 图片格式。¥
webp-in-cssto use WebP image format in CSS background.
网格(Grids)
¥Grids
-
postcss-grid添加了语义网格系统。¥
postcss-gridadds a semantic grid system. -
postcss-grid-kiss将 ASCII-art 网格转换为 CSS 网格布局。¥
postcss-grid-kisstransforms ASCII-art grids into CSS Grid layout. -
postcss-grid-system基于固定的列宽创建网格。¥
postcss-grid-systemcreates grids based on a fixed column width. -
postcss-grid-fluid创建流体网格。¥
postcss-grid-fluidcreates fluid grids. -
postcss-layout是一些常见 CSS 布局模式和网格系统的插件。¥
postcss-layouta plugin for some common CSS layout patterns and a Grid system. -
postcss-maze是移动优先、语义响应式网格,适合任何设计模式。¥
postcss-mazeis a mobile first, semantic responsive grid to suit any design pattern. -
postcss-neat是一个语义和流动的网格框架。¥
postcss-neatis a semantic and fluid grid framework. -
postcss-oldschool-grid是一个使用封装列和填充装订线的网格系统。¥
postcss-oldschool-gridis a grid system with wrapping columns and padding gutters. -
postcss-simple-grid用一根线创建网格。¥
postcss-simple-gridcreate grid with one line. -
Jeet 作者的
lost功能丰富的calc()网格系统。¥
lostfeature-richcalc()grid system by Jeet author.
优化(Optimizations)
¥Optimizations
-
postcss-calc将calc()简化为值(当表达式涉及相同单位时)。¥
postcss-calcreducescalc()to values (when expressions involve the same units). -
postcss-remove-nested-calccalc(100vw - calc(20% - 10px))到calc(100vw - (20% - 10px))用于 IE 11 兼容性。¥
postcss-remove-nested-calccalc(100vw - calc(20% - 10px))tocalc(100vw - (20% - 10px))for IE 11 compatibility. -
postcss-class-name-shortener缩短 CSS 类名以优化网站性能。¥
postcss-class-name-shortenershortens CSS class names to optimize website performance. -
postcss-combine-duplicated-selectors自动连接相同的选择器。¥
postcss-combine-duplicated-selectorsautomatically join identical selectors. -
postcss-filter-mq过滤所有匹配或不匹配的媒体查询。¥
postcss-filter-mqFilter all matching or non-matching media queries. -
postcss-import内联@import规则引用的样式表。¥
postcss-importinlines the stylesheets referred to by@importrules. -
postcss-nested-import在嵌套规则块内内联@import规则引用的样式表。¥
postcss-nested-importinlines stylesheets referred to by@importrules inside nested rule blocks. -
postcss-partial-import内联标准导入和类似 Sass 的部分。¥
postcss-partial-importinlines standard imports and Sass-like partials. -
postcss-reference模仿 Less 的@import。¥
postcss-referenceemulates Less’s@import. -
postcss-remove-root从样式表中删除:root的所有实例。¥
postcss-remove-rootremoves all instances of:rootfrom a stylesheet. -
postcss-single-charset确保文件顶部有且仅有一个@charset规则。¥
postcss-single-charsetensures that there is one and only one@charsetrule at the top of file. -
postcss-zindex重新设置正z-index值的基准。¥
postcss-zindexrebases positivez-indexvalues. -
postcss-unprefix取消旧版 CSS 中浏览器前缀的前缀。¥
postcss-unprefixUnprefixes vendor prefixes in legacy CSS. -
css-byebye删除了你不需要的 CSS 规则。¥
css-byebyeremoves the CSS rules that you don’t want. -
css-mqpacker将匹配的 CSS 媒体查询连接到单个语句中。¥
css-mqpackerjoins matching CSS media queries into a single statement. -
stylehacks删除了基于浏览器支持的 CSS hack。¥
stylehacksremoves CSS hacks based on browser support. -
postcss-mq-optimize删除无效的媒体查询或其表达式。¥
postcss-mq-optimizeremoves invalid media queries or its expressions. -
postcss-uncss从样式表中删除未使用的 CSS。¥
postcss-uncssremoves unused CSS from your stylesheets. -
postcss-html-filter过滤掉不适用于你提供的 HTML 的 CSS。¥
postcss-html-filterfilters out CSS that does not apply to the HTML you provide. -
postcss-no-important删除声明!重要。¥
postcss-no-importantdelete declarations !important. -
postcss-deep-scopable统一了 Vue.js 的深度范围样式。¥
postcss-deep-scopableunified deep scoped style for Vue.js. -
postcss-deadcss有助于查找样式表中无效的 CSS。¥
postcss-deadcsshelps to find dead CSS in stylesheets. -
postcss-variable-compress缩小了 css 变量并节省空间。¥
postcss-variable-compressminifies css variables and saves you space.
另请参阅模块化 minifier cssnano 中的插件。
¥See also plugins in modular minifier cssnano.
快捷方式(Shortcuts)
¥Shortcuts
-
postcss-alias为属性创建较短的别名。¥
postcss-aliascreates shorter aliases for properties. -
postcss-alias-atrules为 at 规则创建较短的别名。¥
postcss-alias-atrulescreates shorter aliases for at-rules. -
postcss-all-link-colors为链接相关伪类插入颜色。¥
postcss-all-link-colorsinsert colors for link-related pseudo-classes. -
postcss-border在border属性中添加了所有边框的宽度和颜色的简写。¥
postcss-borderadds shorthand for width and color of all borders inborderproperty. -
postcss-border-shortcutPostCSS 插件用于分配默认border类型(如果未表达)。¥
postcss-border-shortcutPostCSS plugin for assign defaultbordertype if not expressed. -
postcss-button创建按钮。¥
postcss-buttoncreates buttons. -
postcss-center居中元素。¥
postcss-centercenters elements. -
postcss-circle插入一个带有颜色的圆圈。¥
postcss-circleinserts a circle with color. -
postcss-clearfix将fix和fix-legacy属性添加到clear声明中。¥
postcss-clearfixaddsfixandfix-legacyproperties to thecleardeclaration. -
postcss-crip是懒得写的 Crips 的简写属性。¥
postcss-cripshorthand properties for Crips that are too lazy to write. -
postcss-default-unit将默认单位添加到数字 CSS 属性中。¥
postcss-default-unitadds default unit to numeric CSS properties. -
postcss-easings将 easings.net 中的缓动名称替换为cubic-bezier()函数。¥
postcss-easingsreplaces easing names from easings.net withcubic-bezier()functions. -
postcss-filter添加了黑白滤镜的简写。¥
postcss-filteradds shorthand for black and white filter. -
postcss-focus将:focus选择器添加到每个:hover。¥
postcss-focusadds:focusselector to every:hover. -
postcss-generate-preset允许快速生成规则。对于创建重复的实用程序很有用。¥
postcss-generate-presetallows quick generation of rules. Useful for creating repetitive utilities. -
postcss-hidden允许使用简单的方法来隐藏元素。¥
postcss-hiddenallows for easy ways to hide elements. -
postcss-input-style添加了新的伪元素,用于输入的跨浏览器样式。¥
postcss-input-styleadds new pseudo-elements for cross-browser styling of inputs. -
postcss-nested-ancestors引用嵌套 CSS 中的任何父/祖级选择器。¥
postcss-nested-ancestorsreference any parent/ancestor selector in nested CSS. -
postcss-parent-selector将父选择器添加到所有规则的开头。¥
postcss-parent-selectoradds a parent selector to the beginning of all rules. -
postcss-position添加了位置属性的简写声明。¥
postcss-positionadds shorthand declarations for position attributes. -
postcss-property-lookup允许在没有变量的情况下引用属性值。¥
postcss-property-lookupallows referencing property values without a variable. -
postcss-range-value范围值,具有两个屏幕尺寸之间的最大值和最小值。¥
postcss-range-valuerange value with a max and min value between two screen sizes. -
postcss-responsive-type更改font-size取决于屏幕尺寸。¥
postcss-responsive-typechangesfont-sizedepends on screen size. -
postcss-scrib为属性或值定义你自己的别名/快捷方式。¥
postcss-scribdefine your own aliases/shortcuts for properties or values. -
postcss-short-font-size扩展font-size以定义第二个值 line-height 。¥
postcss-short-font-sizeextendsfont-sizeto define line-height s a second value. -
postcss-short-position扩展position以将边缘定义为附加值。¥
postcss-short-positionextendspositionto define edges as additional values. -
postcss-short-spacing继承margin和padding以允许或省略边缘。¥
postcss-short-spacingextendsmarginandpaddingto allow or omitted edges. -
postcss-short-text为几个与文本相关的属性添加了text快捷属性。¥
postcss-short-textadds atextshortcut property for several text-related properties. -
postcss-size添加了size快捷方式,可通过一个声明设置宽度和高度。¥
postcss-sizeadds asizeshortcut that sets width and height with one declaration. -
postcss-speech-bubble只需几行 CSS 即可添加不同类型的对话气泡。¥
postcss-speech-bubbleadds speech bubbles of different kinds with just a couple of lines of CSS. -
postcss-transform-shortcut允许 CSS 中的简写转换属性。¥
postcss-transform-shortcutallows shorthand transform properties in CSS. -
postcss-triangle创建一个三角形。¥
postcss-trianglecreates a triangle. -
postcss-typescale根据印刷比例设置字体。¥
postcss-typescalesets type based on a typographic scale. -
postcss-verthorz添加垂直和水平间距声明。¥
postcss-verthorzadds vertical and horizontal spacing declarations. -
font-magician生成 CSS 中所需的所有@font-face规则。¥
font-magiciangenerates all the@font-facerules needed in CSS. -
postcss-animationPostCSS 插件,从 animate.css 添加@keyframes。¥
postcss-animationPostCSS plugin that adds@keyframesfrom animate.css. -
postcss-magic-animations添加来自 Magic Animations 的@keyframes的 PostCSS 插件。¥
postcss-magic-animationsPostCSS plugin that adds@keyframesfrom Magic Animations.
其他的(Others)
¥Others
-
[
postcss-add-root-selector] 智能地将所有规则封装在自定义选择器中。¥[
postcss-add-root-selector] intelligently wraps all rules in a custom selector. -
postcss-alter-property-value根据基于规则的配置更改 CSS 声明。¥
postcss-alter-property-valuealters your CSS declarations from a rule based configuration. -
postcss-attribute-selector-prefix为属性选择器添加前缀¥
postcss-attribute-selector-prefixadds a prefix to attribute selectors -
[
postcss-auto-rem]将像素单元编译为rem,无需配置。¥[
postcss-auto-rem] compiles pixel units toremwithout configuration. -
postcss-autoreset自动添加重置样式。¥
postcss-autoresetautomatically adds reset styles. -
postcss-bem-to-js为 BEM 样式的 CSS 创建 JavaScript 定义文件。¥
postcss-bem-to-jscreates a JavaScript definition file for BEM-style CSS. -
postcss-bom向文件添加 UTF-8 BOM。¥
postcss-bomadds a UTF-8 BOM to files. -
postcss-blurry-gradient-workaround修复了带有过多明确终点的模糊 CSS 渐变。¥
postcss-blurry-gradient-workaroundfixes blurry CSS gradients with too many explicit end-stops. -
postcss-camelcaser将选择器转换为驼峰命名法。¥
postcss-camelcasertransforms selectors to CamelCase. -
postcss-class-prefix向类选择器添加前缀/命名空间。¥
postcss-class-prefixadds a prefix/namespace to class selectors. -
postcss-classes-to-mixins将类转换为 Sass、Less 和 Stylus mixins¥
postcss-classes-to-mixinsconverts classes to Sass, Less and Stylus mixins -
postcss-currency用符号替换货币名称。¥
postcss-currencyreplaces name of currency with symbols. -
postcss-d-ts从使用的 CSS 类和 id 生成 TypeScriptimport的.d.ts声明¥
postcss-d-tsgenerates.d.tsdeclaration for TypeScriptimportfrom used CSS classes and ids -
postcss-eol替换文件的 EOL。¥
postcss-eolreplaces EOL of files. -
postcss-extract-value从 css 属性中提取值并将它们放入变量中。¥
postcss-extract-valueextracts values from css properties and puts them into variables. -
postcss-fakeid将#fooID 转换为属性选择器[id="foo"]。¥
postcss-fakeidtransforms#fooIDs to attribute selectors[id="foo"]. -
postcss-filter-stream将你不想使用 PostCSS 插件处理的文件/文件夹列入黑名单。¥
postcss-filter-streamblacklist files / folders that you don’t want to process with a PostCSS plugin. -
postcss-flexbox是理解和开始使用 C Flexbox 的简单方法。¥
postcss-flexboxeasy way to understand and start using CSS3 Flexbox. -
postcss-flexbox-reset重置 Flexbox 以避免响应式布局出现问题。¥
postcss-flexbox-resetresets Flexbox to avoid issues in responsive layouts. -
postcss-flexboxfixer仅在旧版 CSS 中取消-webkit-的前缀 Flexbox。¥
postcss-flexboxfixerunprefixes-webkit-only flexbox in legacy CSS. -
postcss-flexbugs-fixes修复了一些已知的 弹性盒错误。¥
postcss-flexbugs-fixesfixes some of known flexbox bugs. -
postcss-gradientfixer仅取消旧 CSS 中-webkit-渐变的前缀。¥
postcss-gradientfixerunprefixes-webkit-only gradients in legacy CSS. -
postcss-grid-reset重置 CSS 网格以避免响应式布局出现问题。¥
postcss-grid-resetresets CSS Grid to avoid issues in responsive layouts. -
postcss-hash使用哈希算法替换输出文件名以进行缓存清除。¥
postcss-hashreplaces output file names with hash algorithms for cache busting. -
postcss-ie8删除了 IE8 不支持的属性和媒体查询。¥
postcss-ie8strips out unsupported properties and media queries for IE8. -
postcss-increase-specificity增加了选择器的特异性。¥
postcss-increase-specificityincreases the specificity of your selectors. -
postcss-inline-rtl将你的 CSS 转换为从右到左,但内联(仅添加你需要的内容)。¥
postcss-inline-rtlconverts your CSS to right-to-left, but inline (adding just what you need). -
postcss-join-transitions加入冲突的转换声明。¥
postcss-join-transitionsjoins conflicting transition declarations. -
postcss-letter-tracking生成相对的、与 Photoshop 兼容的字母跟踪,以改善字母间距。¥
postcss-letter-trackinggenerates relative, Photoshop-compatible letter tracking for improved letter spacing. -
postcss-light-text为浅色文本添加了-webkit-抗锯齿功能。¥
postcss-light-textadds-webkit-antialiasing for light text. -
postcss-modules允许在任何地方使用 CSS 模块。¥
postcss-modulesallows to use CSS Modules everywhere. -
postcss-momentum-scrolling为 iOS 上溢出的元素添加动量样式滚动行为 (-webkit-overflow-scrolling:touch)。¥
postcss-momentum-scrollingadding momentum style scrolling behavior (-webkit-overflow-scrolling:touch) for elements with overflow on iOS. -
postcss-mq-keyframes将媒体查询中的所有动画关键帧移动到文件末尾。¥
postcss-mq-keyframesmoves any animation keyframes in media queries to the end of the file. -
postcss-mq-last通过将媒体查询规则移动到文件末尾来赋予媒体查询规则优先权。¥
postcss-mq-lastgives media query rules precedence by moving them to the end of the file. -
postcss-node-modules-replacer替换包含node_modules到~的路径。¥
postcss-node-modules-replacerreplaces path than includesnode_modulesto~. -
postcss-plugin-namespace为所有规则添加 CSS 选择器,以便 CSS 文件不会影响其他元素。¥
postcss-plugin-namespaceadd a css selector to all rules, so that CSS file don’t affect other element. -
postcss-prefix-hover为任何包含:hover的选择器添加前缀。¥
postcss-prefix-hoveradds a prefixed to any selector containing:hover. -
postcss-pseudo-content-insert将content: ''添加到:before和:after(如果缺失)。¥
postcss-pseudo-content-insertaddscontent: ''to:beforeand:afterif it is missing. -
postcss-pseudo-element-cases将.style::BEFORE转换为.style::before,反之亦然。¥
postcss-pseudo-element-casesconverts.style::BEFOREinto.style::beforeand vice versa. -
postcss-pseudo-element-colons将.style:before转换为.style::before,反之亦然。¥
postcss-pseudo-element-colonsconverts.style:beforeinto.style::beforeand vice versa. -
postcss-pseudo-elements-content将content: ''添加到:before-c和:after-c。¥
postcss-pseudo-elements-contentaddscontent: ''to:before-cand:after-c. -
postcss-pxtorem将像素单位转换为rem。¥
postcss-pxtoremconverts pixel units torem. -
postcss-raw保护@rawat 规则内的节点不被其他插件触及。¥
postcss-rawprotects nodes inside@rawat-rules from being touched by other plugins. -
postcss-remove-prefixes删除浏览器前缀。¥
postcss-remove-prefixesremoves vendor prefixes. -
postcss-rtlcss在单个 CSS 文件中创建从左到右和从右到左的规则。¥
postcss-rtlcsscreates left-to-right and right-to-left rules in a single CSS file. -
postcss-safe-important将!important安全地添加到样式声明中。¥
postcss-safe-importantadds!importantto style declarations safely. -
postcss-sanitize使用规则删除属性和值。¥
postcss-sanitizeremove properties and values using rules. -
postcss-scopify为每个选择器添加了用户输入范围。¥
postcss-scopifyadds a user input scope to each selector. -
postcss-select基于选择器列表选择规则。¥
postcss-selectselect rules based off a selector list. -
postcss-selector-prefixer为 css 选择器添加了前缀。¥
postcss-selector-prefixeradds a prefix to css selectors. -
postcss-shorthand-expand扩展了速记属性。¥
postcss-shorthand-expandexpands shorthand properties. -
postcss-simple-trig计算三角函数:正弦/余弦/正切。¥
postcss-simple-trigcalculate trigonometric functions: sin/cos/tan. -
postcss-sorting按指定顺序对规则内容进行排序。¥
postcss-sortingsort rules content with specified order. -
postcss-sort-media-queries使用移动优先或桌面优先方法对 CSS 媒体查询进行组合和排序。¥
postcss-sort-media-queriescombine and sort CSS media queries with mobile first or desktop first methods. -
postcss-style-guide自动生成风格指南。¥
postcss-style-guidegenerates a style guide automatically. -
css-declaration-sorter按一定顺序快速自动对 CSS 声明进行排序。¥
css-declaration-sortersorts CSS declarations fast and automatically in a certain order. -
perfectionist格式化写得不好的 CSS 并渲染“漂亮”的结果。¥
perfectionistformats poorly written CSS and renders a “pretty” result. -
rtlcss镜像从右到左区域设置的样式。¥
rtlcssmirrors styles for right-to-left locales. -
stylefmt现代 CSS 格式化程序,与stylelint配合良好。¥
stylefmtmodern CSS formatter that works well withstylelint. -
postcss-autocorrect更正拼写错误并在控制台中进行通知。¥
postcss-autocorrectcorrects typos and notifies in the console. -
postcss-px-to-viewport从px单元生成视口单元(vw、vh、vmin、vmax)。¥
postcss-px-to-viewportgenerates viewport units (vw,vh,vmin,vmax) frompxunits. -
postcss-viewport-height-correction解决了100vh不适合移动浏览器屏幕的普遍问题。¥
postcss-viewport-height-correctionsolves the popular problem when100vhdoesn’t fit the mobile browser screen. -
postcss-unit-processorCSS 单元的灵活处理。¥
postcss-unit-processorflexible processing of CSS units. -
postcss-rem-to-px将rem值转换为px值。¥
postcss-rem-to-pxconvertsremvalues topxvalues. -
postcss-design-tokens提供了在 CSS 中检索以 JS 或 JSON 表示的设计令牌的功能。¥
postcss-design-tokensprovides a function to retrieve design tokens expressed in JS or JSON, within CSS. -
postcss-pixel-to-remvw将 px 转换为 rem 和 vw,也是其中之一¥
postcss-pixel-to-remvwconverting px to both of rem and vw, also one of them -
postcss-easy-import内联@import规则具有额外功能的内容。¥
postcss-easy-importinline@importrules content with extra features. -
postcss-plugin-ignore-file忽略带有顶部注释/* @ignore */的文件。¥
postcss-plugin-ignore-fileignore file with a top-comment/* @ignore */.
分析(Analysis)
¥Analysis
-
postcss-bem-linterlint CSS 以符合 SUIT CSS 方法。¥
postcss-bem-linterlints CSS for conformance to SUIT CSS methodology. -
postcss-cssstats返回一个带有 CSS 统计信息的对象。¥
postcss-cssstatsreturns an object with CSS statistics. -
postcss-regexp-detect在 CSS 声明中搜索正则表达式。¥
postcss-regexp-detectsearch for regexp in CSS declarations. -
css2modernizr创建一个 Modernizr 配置文件,仅需要你的 CSS 使用的测试。¥
css2modernizrcreates a Modernizr config file that requires only the tests that your CSS uses. -
doiuselints CSS 以支持浏览器,使用来自 Can I Use 的数据。¥
doiuselints CSS for browser support, using data from Can I Use. -
immutable-csslint CSS 的类突变。¥
immutable-csslints CSS for class mutations. -
list-selectors列出并分类 CSS 中使用的选择器,以供代码审查。¥
list-selectorslists and categorizes the selectors used in your CSS, for code review.
报告器(Reporters)
¥Reporters
-
postcss-browser-reporter在你的浏览器中显示来自其他插件的警告消息。¥
postcss-browser-reporterdisplays warning messages from other plugins right in your browser. -
当指定的属性不使用变量时,
postcss-forced-variables会提供警告和错误。¥
postcss-forced-variablesprovides warnings and errors when specified properties don’t use variables. -
postcss-reporter在控制台中记录来自其他插件的警告和其他消息。¥
postcss-reporterlogs warnings and other messages from other plugins in the console.
乐趣(Fun)
¥Fun
-
postcss-australian-stylesheets澳大利亚样式表。¥
postcss-australian-stylesheetsAustralian Style Sheets. -
postcss-andalusian-stylesheets安达卢西亚样式表。¥
postcss-andalusian-stylesheetsAndalusian Style Sheets. -
postcss-aze-stylesheets阿塞拜疆样式表。¥
postcss-aze-stylesheetsAzerbaijanian Style Sheets. -
postcss-canadian-stylesheets加拿大样式表。¥
postcss-canadian-stylesheetsCanadian Style Sheets. -
postcss-chinese-stylesheets中国样式表。¥
postcss-chinese-stylesheetsChinese Style Sheets. -
postcss-czech-stylesheets捷克样式表。¥
postcss-czech-stylesheetsCzech Style Sheets. -
postcss-german-stylesheets德国样式表。¥
postcss-german-stylesheetsGerman Style Sheets. -
postcss-italian-stylesheets意大利样式表。¥
postcss-italian-stylesheetsItalian Style Sheets. -
postcss-russian-stylesheets俄罗斯样式表。¥
postcss-russian-stylesheetsRussian Style Sheets. -
postcss-swedish-stylesheets瑞典样式表。¥
postcss-swedish-stylesheetsSwedish Style Sheets. -
postcss-tatar-stylesheets鞑靼样式表¥
postcss-tatar-stylesheetsTatar Style Sheets -
postcss-trolling拖钓样式表。¥
postcss-trollingTrolling Style Sheets. -
postcss-lolcat-stylesheetsLolspeak 样式表。¥
postcss-lolcat-stylesheetsLolspeak Style Sheets. -
postcss-imperial添加了对英制和美国习惯长度单位的 CSS 支持。¥
postcss-imperialadds CSS support for Imperial and US customary units of length. -
postcss-russian-units添加了对俄语长度单位的 CSS 支持。¥
postcss-russian-unitsadds CSS support for russian units of length. -
postcss-pointer将pointer: cursor替换为cursor: pointer。¥
postcss-pointerReplacespointer: cursorwithcursor: pointer. -
postcss-spiffing允许你在 CSS 中使用英式英语。¥
postcss-spiffinglets you use British English in your CSS. -
postcss-spanish-stylesheets西班牙样式表。¥
postcss-spanish-stylesheetsSpanish Style Sheets. -
postcss-nope让你可以写nope而不是none。¥
postcss-nopelets you writenopeinstead ofnone. -
postcss-glitch为你的文本添加故障效果。¥
postcss-glitchadd glitch effect to your text. -
postcss-khaleesi将 CSS 值和属性翻译为khaleesi meme语言。¥
postcss-khaleesitranslate CSS values and properties tokhaleesi memelanguage.