Skip to content

Instantly share code, notes, and snippets.

@Yatekii
Created March 13, 2017 11:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yatekii/5d6a87a97d082c1172b31e430ff8f034 to your computer and use it in GitHub Desktop.
Save Yatekii/5d6a87a97d082c1172b31e430ff8f034 to your computer and use it in GitHub Desktop.
import babel from "rollup-plugin-babel";
import eslint from "rollup-plugin-eslint";
import resolve from "rollup-plugin-node-resolve";
import commonjs from "rollup-plugin-commonjs";
import pathmodify from "rollup-plugin-pathmodify";
import postcss from 'rollup-plugin-postcss';
// PostCSS plugins
import simplevars from 'postcss-simple-vars';
import nested from 'postcss-nested';
import cssnext from 'postcss-cssnext';
import cssnano from 'cssnano';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment