UNPKG

ue-scroll-js

Version:

Lightweight JavaScript library for scroll up

8 lines (7 loc) 205 B
module.exports = ({ file, options, env }) => ({ plugins: { 'postcss-import': {}, 'postcss-cssnext': { warnForDuplicates: false }, 'cssnano': file.extname.match(/\.css$/) ? {} : false } });