Commit graph

4 commits

Author SHA1 Message Date
Artur Paikin
cd8fae0ac9 Don’t bundle Core styles with everything, because of CSS conflicts
To use Dashboard, you now have to include the following css:
```js
import '@uppy/core/dist/style.css'
import '@uppy/dashboard/dist/style.css'
```
2018-11-22 13:59:02 +03:00
Renée Kooi
72689d01ac
Export Plugin class from @uppy/core. 2018-06-28 12:20:21 +02:00
Renée Kooi
382f4fba95
Move stylesheets into packages. 2018-06-18 12:35:47 +02:00
Artur Paikin
48a529aa38 Move ProgressBar plugin to @uppy/progress-bar
Steps taken:

```bash
cp -R package-template packages/@uppy/progress-bar
vim packages/@uppy/file-input/{README.md,package.json}
# figure out how to exit
vim packages/@uppy/progress-bar/package.json # Update descriptions
```
2018-06-14 20:06:19 -04:00