uppy/examples/react/src/app.css

6 lines
193 B
CSS

@import "tailwindcss";
/* example how to use the data attributes to apply custom styles */
/* button[data-uppy-element="upload-button"][data-state="uploading"] {
background-color: red;
} */