extract test-utils as its own package for use with plugins, etc.

This commit is contained in:
Paul Marbach
2020-04-06 14:14:28 -04:00
parent 4330c7cf07
commit 927f54129a
55 changed files with 384 additions and 140 deletions
+22
View File
@@ -0,0 +1,22 @@
# @backstage/theme
This package provides the extended Material UI Theme(s) that power Backstage.
## Installation
Install the package via npm or yarn:
```sh
$ npm install --save @backstage/theme
```
or
```sh
$ yarn add @backstage/theme
```
## Documentation
- [Backstage Readme](https://github.com/spotify/backstage/blob/master/README.md)
- [Backstage Documentation](https://github.com/spotify/backstage/blob/master/docs/README.md)