Skip to content

Commits on May 4, 2020

  1. Remove Babel

    ai committed May 4, 2020

Commits on Aug 17, 2015

  1. Use .es6 ext for ES6 sources

    ai committed Aug 17, 2015
  2. Add postcss.stringify

    ai committed Aug 17, 2015
  3. Clean up code

    ai committed Aug 17, 2015
  4. Add plugin#process shortcut. Fixes #337.

    ben-eb authored and ai committed Aug 17, 2015

Commits on Feb 14, 2015

  1. Clean up imports

    ai committed Feb 14, 2015

Commits on Feb 2, 2015

  1. Use ES6 import

    ai committed Feb 2, 2015

Commits on Jan 28, 2015

  1. Update to 6to5 3.0

    ai committed Jan 28, 2015

Commits on Dec 29, 2014

Commits on Dec 26, 2014

  1. Remove deprecated APIs

    ai committed Dec 26, 2014

Commits on Dec 9, 2014

  1. Clean up code

    ai committed Dec 9, 2014
  2. Safer way for PostCSS to consume PostCSS object as plugin

    Because project like grunt are doing some shitty cloning for option,
    the test ìnstanceof PostCSS` can return false, even if the object has
    been cloned from a PostCSS instance.
    To avoid this, we need to tolerate object that have array `processors`.
    
    Ref nDmitry/grunt-postcss#8
    MoOx committed Dec 9, 2014

Commits on Aug 22, 2014

  1. Send process options to processors

    ai committed Aug 22, 2014

Commits on Jul 2, 2014

  1. Convert postcss to ES6

    ai committed Jul 2, 2014