mirror of
https://gitlab.com/mickie1/share-freedom-extension
synced 2025-02-18 01:10:41 +01:00
14 lines
212 B
JavaScript
14 lines
212 B
JavaScript
// tailwind.config.js
|
|
module.exports = {
|
|
|
|
purge: [
|
|
'./src/**/*.html',
|
|
],
|
|
darkMode: false, // or 'media' or 'class'
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
}
|