Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PostCSS brief intro

vagusX
April 10, 2015

PostCSS brief intro

PosrCSS

vagusX

April 10, 2015
Tweet

Other Decks in Programming

Transcript

  1. PostCSS written in JS itself is very small and fast

    one of the fastest CSS parsers PostCSS processing is 40 times faster than Ruby Sass compilation
  2. PostCSS 70+ plugins RTLCSS AtCSS Autoprefixer CSSGrace and more @

    https://github.com/postcss/postcss#plugins
  3. Autoprefixer postprocessor for CSS Write your CSS rules without vendor

    prefixes http://simevidas.jsbin.com/gufoko/quiet https://github.com/ai/browserslist#queries https://github.com/postcss/autoprefixer/wiki/support-list https://github.com/postcss/autoprefixer-core/tree/master/lib/hacks http://caniuse.com https://gist.github.com/vagusX/54c5bb5ebf1798f7bba0
  4. write future CSS Write standard CSS syntax non-implemented yet in

    browsers like calc,custom properties, custom media, color functions, etc. Including autoprefixer CSS3 available https://cssnext.github.io/cssnext-playground/
  5. CSSGrace Automatic generation of 2x background compatible code Get the

    background image's width or height Position:center polyfill Repair of common errors Missing property auto completion