negromate/web/static/js/videojs-playlist-ui/scripts/postcss.config.js

10 lines
187 B
JavaScript
Raw Normal View History

2021-09-29 09:36:46 +02:00
const generate = require('videojs-generate-postcss-config');
module.exports = function(context) {
const result = generate({}, context);
// do custom stuff here
return result;
};