mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
9 lines
187 B
JavaScript
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;
|
|
};
|