/** @type {import('tailwindcss').Config} */ module.exports = { // purge: ['./index.html','./src/**/*.{html,ts,js,vue}'], content: ['./src/**/*.{html,ts,js,vue}'], theme: { extend: {}, }, plugins: [require("rippleui")], }