Pinned Repositories
cssdb
A database of staged CSS features
mdcss
Easily create and maintain style guides using CSS comments
normalize.css
A cross-browser CSS foundation
postcss-font-magician
Magically generate all the @font-face rules
postcss-normalize
Use the parts of normalize.css (or sanitize.css) you need from your browserslist
postcss-plugins
PostCSS Tools and Plugins
postcss-preset-env
Convert modern CSS into something browsers understand
postcss-write-svg
Write SVGs directly in CSS
precss
Use Sass-like markup in your CSS
sanitize.css
A best-practices CSS foundation
CSS Tools's Repositories
csstools/precss
Use Sass-like markup in your CSS
csstools/postcss-nesting
Nest style rules inside each other
csstools/postcss-logical
Use logical properties and flow-relative values in CSS
csstools/postcss-custom-selectors
Use Custom Selectors in CSS
csstools/css-prefers-color-scheme
Use light or dark color themes in CSS
csstools/postcss-wcag-contrast
Check CSS for WCAG color contrast compliance
csstools/postcss-env-function
Use env() variables in CSS
csstools/postcss-focus-visible
Use the :focus-visible pseudo-selector in CSS
csstools/postcss-selector-not
PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to more compatible CSS (multiple css3 :not() selectors)
csstools/postcss-lab-function
Use lab() and lch() color functions in CSS
csstools/css-has-pseudo
Style elements relative to other elements
csstools/postcss-image-set-function
Use image-set() in CSS
csstools/postcss-focus-within
Use the :focus-within pseudo-selector in CSS
csstools/postcss-is-pseudo-class
Match elements by inner selectors in CSS
csstools/postcss-pseudo-class-any-link
Use the :any-link pseudo-class in CSS
csstools/postcss-gap-properties
Use the gap, column-gap, and row-gap shorthand properties in CSS
csstools/postcss-dir-pseudo-class
Use the :dir() pseudo-class to style by directionality in CSS
csstools/postcss-media-fn
Use media() to assign responsive values to a property
csstools/postcss-at-else
Use at-else inverted media queries in CSS
csstools/css-blank-pseudo
Style form elements when they are empty
csstools/postcss-place
place-* shorthand for align-* and justify-*
csstools/postcss-attribute-case-insensitive
PostCSS plugin to support case insensitive attributes
csstools/postcss-color-functional-notation
Use space and slash separated color notation in CSS
csstools/postcss-preset-env-www
The official website for PostCSS Preset Env
csstools/postcss-double-position-gradients
Use double-position gradients in CSS
csstools/postcss-overflow-shorthand
Use the overflow shorthand in CSS
csstools/postcss-short-text
Use a shorthand text property in CSS
csstools/postcss-unrgba
Convert rgba() values to hex
csstools/postcss-unroot
Swap :root with html in CSS selectors
csstools/postcss-unnth
Replace :nth-child selectors with :first-child+ selectors