1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/node_modules/videojs-overlay/scripts/postcss.config.js
Daniel Neto a883429051 updates
2023-07-14 14:25:41 -03:00

9 lines
187 B
JavaScript

const generate = require('videojs-generate-postcss-config');
module.exports = function(context) {
const result = generate({}, context);
// do custom stuff here
return result;
};