HTMLify

Akhilkap124
Views: 2 | Author: djdj
/** @type {import('tailwindcss').Config} */
module.exports = {
  darkMode: 'selector',
  content: ["index.html"],
  theme: {
    extend: {},
  },
  plugins: [],
}

// end 

Comments