We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21aadbe commit e36c2f0Copy full SHA for e36c2f0
tailwind.config.js
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ purge: ["./src/**/*.{js,jsx,ts,tsx}", "./dist/popup.html"],
3
+ content: ["./src/**/*.{html,js,tsx}"],
4
+ theme: {
5
+ extend: {},
6
+ },
7
+ plugins: [],
8
+}
0 commit comments