PostCSS plugin to define and use custom properties
PostCSS plugin for mixins
`Object.defineProperty`, but not IE 8's broken one.
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` alias
Fallback `position-area` to the alternate name `inset-area`
PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Declare a list of custom properties in a single at-property rule
PostCSS plugin This project tries to fix all of flexbug's issues
Normalize multiple value display syntaxes into single values.
Correctly declare progressive enhancements for CSS Custom Properties.
Use the font-width property in CSS
Define a lazily evaluated property on an object
Reduce initial definitions to the actual initial value, where possible.
Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
Use the syntax production in syntax descriptors
PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)
Use Custom Selectors in CSS
Search CSS(-like) strings
A CSS property value parser for use with PostCSS
Use text-decoration in it's shorthand form in CSS
Use the light-dark() color function in CSS
Tool for transforming styles with JS plugins