youtube-downloader

Simple Next.js website and interface to download YouTube videos to mp3 or mp4 files with URLs
git clone https://codeberg.org/night0721/youtube-downloader
Log | Files | Refs | README | LICENSE

postcss.config.js (121B)


      1 module.exports = {
      2   plugins: {
      3     tailwindcss: { config: "./tailwind.config.js" },
      4     autoprefixer: {},
      5   },
      6 };