Add tailwind config
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
/**
|
||||
* START --- TAILWIND GENERATOR EDIT
|
||||
*
|
||||
* `yarn rw generate util tailwind` placed these imports here
|
||||
* to inject Tailwind's styles into your CSS.
|
||||
* For more information, see: https://tailwindcss.com/docs/installation#add-tailwind-to-your-css
|
||||
*/
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
/**
|
||||
* END --- TAILWIND GENERATOR EDIT
|
||||
*/
|
||||
|
||||
button, input, label, textarea {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user