1
0
mirror of https://gitlab.com/mickie1/share-freedom-extension synced 2025-02-16 20:40:42 +01:00
condividi-link-fediverso-fi.../tailwind.config.js

15 lines
240 B
JavaScript
Raw Normal View History

2021-04-06 03:44:53 -05:00
// tailwind.config.js
module.exports = {
2021-08-17 23:57:59 -05:00
purge: ['./public/*.html'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {
backgroundColor: ['active'],
2021-04-06 03:44:53 -05:00
},
2021-08-17 23:57:59 -05:00
},
plugins: [],
};