rename repl + fix eval for spread op
This commit is contained in:
parent
2338a1ee7d
commit
e2eea91261
34 changed files with 332 additions and 183 deletions
9
repl/tailwind.config.js
Normal file
9
repl/tailwind.config.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
content: [
|
||||
"./src/**/*.{js,jsx,ts,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue