UNPKG

nexmoe.css

Version:

Use only HTML to write modern websites with smooth animations and beautiful interfaces.

9 lines (8 loc) 190 B
module.exports = (ctx) => ({ map: ctx.options.map, plugins: { autoprefixer: {}, cssnano: ctx.env === "production" ? {} : false, "postcss-import": { root: ctx.file.dirname }, }, });