UNPKG

js-flex-embed

Version:

jQuery Plugin for responsive intrinsic ratio embeds

26 lines (19 loc) 503 B
module.exports = { options: { banner: '<%= banner %>', stripBanners: true, processors: [ require('autoprefixer')({ browsers: ['last 2 versions'] }) ] }, dist: { src: 'dist/_css/<%= pkg.name %>.css', dest: 'dist/_css/prefixed/<%= pkg.name %>.css' }, demo: { src: 'demo/demo.css', dest: 'demo/demo-prefixed.css' } }