add tailwind
This commit is contained in:
parent
9c7d0951b7
commit
5f4d8f6862
4 changed files with 1207 additions and 1 deletions
7
packages/react/examples/nano-repl/src/style.css
Normal file
7
packages/react/examples/nano-repl/src/style.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
background: #123;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue