mirror of
https://github.com/wah-su/mstickers.git
synced 2025-05-04 03:49:35 +05:00
Initial Commit
This commit is contained in:
commit
e50589906c
38 changed files with 3645 additions and 0 deletions
8
tailwind.config.js
Normal file
8
tailwind.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./index.html"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue