Skip to content
Snippets Groups Projects
Commit ba91713d authored by Trirst's avatar Trirst
Browse files

Initialize and configure Tailwindcss config

parent bd67a23d
No related branches found
No related tags found
No related merge requests found
module.exports = {
purge: [
'./public/**/*.html',
'./src/**/*.vue',
],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment