Skip to content

Instantly share code, notes, and snippets.

@Akurganow
Created July 19, 2017 14:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Akurganow/8eb7cd48954d5ba46bbcd0eddf08ce96 to your computer and use it in GitHub Desktop.
Save Akurganow/8eb7cd48954d5ba46bbcd0eddf08ce96 to your computer and use it in GitHub Desktop.
  • postcss-import — PostCSS plugin to transform @import rules by inlining content.
  • postcss-nested — PostCSS plugin to unwrap nested rules like how Sass does it.
  • postcss-for — PostCSS plugin that enables @for loop syntax in your CSS.
  • postcss-css-variables — PostCSS plugin to transform CSS Custom Properties (CSS variables) syntax into a static representation.
  • postcss-custom-media — PostCSS plugin to transform W3C CSS Custom Media Queries syntax to more compatible CSS.
  • postcss-inline-svg — PostCSS plugin to reference an SVG file and control its attributes with CSS syntax.
  • postcss-assets — PostCSS Assets is an asset manager for CSS.
  • postcss-brand-colors — PostCSS plugin to insert branding colors of all the major companies.
  • postcss-color-function — PostCSS plugin to transform W3C CSS color function to more compatible CSS.
  • autoprefixer — PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use.
  • cssnano — A modular minifier, built on top of the PostCSS ecosystem.
  • postcss-browser-reporter — PostCSS plugin to report warning messages right in your browser.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment