refactor(themes): remove the outer-content class from core (#16589)

BREAKING CHANGES

The outer-content class has been removed in favor of setting the color in your app instead:

```
.outer-content {
  --background: #f2f2f2;
 }
```
This commit is contained in:
Brandy Carney
2018-12-04 16:38:50 -05:00
committed by GitHub
parent 87b25960c4
commit 7ba94900bb
52 changed files with 66 additions and 214 deletions

View File

@ -34,12 +34,6 @@
</ion-infinite-scroll>
</ion-content>
<style>
ion-toolbar {
--background: white;
}
</style>
</ion-app>
<script>