chrome extension

This commit is contained in:
Alex
2023-02-03 13:07:54 +00:00
parent d630d230c2
commit ca98a6568f
26 changed files with 10444 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
content: ["./src/**/*.{html,js}", "./*.{html,js,css}"],
theme: {
extend: {},
},
plugins: [],
}