Spaces:
Configuration error
Configuration error
/** @type {import('tailwindcss').Config}*/ | |
const config = { | |
content: ["./src/**/*.{html,js,svelte,ts}"], | |
theme: { | |
extend: {}, | |
}, | |
plugins: [], | |
}; | |
module.exports = config; | |