1.0.0 • Published 8 years ago

postcss-egg v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

postcss-egg

A PostCSS plugin to convert CSS Expressive Generalizations and Gadgetry Level 1 to current CSS.

View Specification

Supports:

Units
  • Attoparsec
  • Picolightsecond
  • Lightsecond
  • Parsec
  • Fortnight
  • Millifortnight
  • Timble
Functions
  • Double Rainbow

Usage

import postcss from 'postcss';
import egg from 'postcss-egg';

postcss([egg]).process(...);

With Gulp

import postcss from 'gulp-postcss';
import egg from 'postcss-egg';

gulp.task('default', () => (
  gulp.src('styles/**')
    .pipe(postcss([
      egg
    ]))
    .pipe(gulp.dest('dist'))
));

EGG