mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
uppy: add missing styles for drag-drop and status-bar (#5934)
This commit is contained in:
parent
49522ec5cb
commit
7abd062dd0
2 changed files with 7 additions and 0 deletions
5
.changeset/easy-seas-write.md
Normal file
5
.changeset/easy-seas-write.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"uppy": patch
|
||||
---
|
||||
|
||||
Add missing styles for drag-drop and status-bar
|
||||
|
|
@ -1,9 +1,11 @@
|
|||
@use '@uppy/core/src/style.scss' as core;
|
||||
@use '@uppy/dashboard/src/style.scss' as dashboard;
|
||||
@use '@uppy/drag-drop/src/style.scss' as drag-drop;
|
||||
@use '@uppy/provider-views/src/style.scss' as provider-views;
|
||||
@use '@uppy/url/src/style.scss' as url;
|
||||
@use '@uppy/webcam/src/style.scss' as webcam;
|
||||
@use '@uppy/audio/src/style.scss' as audio;
|
||||
@use '@uppy/screen-capture/src/style.scss' as screen-capture;
|
||||
@use '@uppy/status-bar/src/style.scss' as status-bar;
|
||||
@use '@uppy/image-editor/src/style.scss' as image-editor;
|
||||
@use '@uppy/drop-target/src/style.scss' as drop-target;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue