UNPKG

progress-tracker

Version:

Illustrate the steps in a multi step process like a form or a timeline.

14 lines (12 loc) 297 B
const isProduction = process.env.NODE_ENV === "production"; const plugins = [ require('postcss-import'), require('postcss-custom-media'), require('postcss-preset-env')({ stage: 1 }), ]; module.exports = { map: isProduction ? false : { annotation: true, inline: false }, plugins }