mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
6 lines
193 B
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;
|
|
} */
|