wn-silva-theme/tailwind.config.js

8 lines
108 B
JavaScript
Raw Normal View History

2024-10-09 16:36:58 +02:00
module.exports = {
content: ['./**/*.htm'],
theme: {
extend: {},
},
plugins: [],
};