tailwind.config.js (
14
lines of code) (
raw
):
module.exports = { purge: [ '*.html', 'src/**/*.{vue,ts}' ], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [], }