remote-rdr / tailwind.config.js
shiveshnavin's picture
Add Graph
721c5b3
module.exports = {
important: true,
content: ['./src/**/*.{ts,tsx}', './amins/**/*.{ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
};