add basic repl
This commit is contained in:
parent
83d06ec2af
commit
71a3bdfeac
16 changed files with 15175 additions and 0 deletions
8
repl/tailwind.config.js
Normal file
8
repl/tailwind.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
content: ['./public/**/*.html', './src/**/*.{js,jsx,ts,tsx}'],
|
||||
// specify other options here
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require('@tailwindcss/forms')],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue