wn-silva-theme/tailwind.config.js

8 lines
108 B
JavaScript

module.exports = {
content: ['./**/*.htm'],
theme: {
extend: {},
},
plugins: [],
};