mocksaml/tailwind.config.js
2022-01-13 22:37:44 +05:30

11 lines
164 B
JavaScript

module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}',
],
theme: {
extend: {},
},
plugins: [],
};