DocsGPT/extensions/chrome/tailwind.config.js

7 lines
137 B
JavaScript
Raw Normal View History

2023-02-03 13:07:54 +00:00
module.exports = {
content: ["./src/**/*.{html,js}", "./*.{html,js,css}"],
theme: {
extend: {},
},
plugins: [],
}