mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
updates
This commit is contained in:
parent
b392d65e34
commit
a883429051
61 changed files with 8101 additions and 1360 deletions
9
node_modules/videojs-overlay/scripts/postcss.config.js
generated
vendored
Normal file
9
node_modules/videojs-overlay/scripts/postcss.config.js
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
const generate = require('videojs-generate-postcss-config');
|
||||
|
||||
module.exports = function(context) {
|
||||
const result = generate({}, context);
|
||||
|
||||
// do custom stuff here
|
||||
|
||||
return result;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue