mirror of
https://github.com/gabehf/Prittee.git
synced 2026-03-08 23:18:16 -07:00
First Commit
This commit is contained in:
parent
d198a9ed8a
commit
229c967128
35 changed files with 1377 additions and 136 deletions
16
tailwind.config.js
Normal file
16
tailwind.config.js
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
backgroundSize: {
|
||||
'size-200': '200% 200%',
|
||||
},
|
||||
backgroundPosition: {
|
||||
'pos-0': '0% 0%',
|
||||
'pos-100': '100% 100%',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue