borders/tailwind.config.js

8 lines
112 B
JavaScript
Raw Normal View History

2022-03-22 17:42:07 +00:00
module.exports = {
content: ["./app/**/*.{ts,tsx,jsx,js}"],
theme: {
extend: {},
},
plugins: [],
};