From d8fffcd91fb273816608ee3ac7a9b7db3fc265eb Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 1 Sep 2017 18:50:40 -0400 Subject: [PATCH] docs(breaking): add deprecated sass variables --- packages/ionic-angular/BREAKING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/ionic-angular/BREAKING.md b/packages/ionic-angular/BREAKING.md index 850283b22c..d79ac10424 100644 --- a/packages/ionic-angular/BREAKING.md +++ b/packages/ionic-angular/BREAKING.md @@ -13,6 +13,7 @@ A list of the breaking changes introduced in Ionic Angular v4. - [Option](#option) - [Segment](#segment) - [Toolbar](#toolbar) +- [Sass](#sass) ## Dynamic Mode @@ -377,3 +378,12 @@ The properties have been renamed to the following: | `end` | `slot="mode-end"` | Positions element to the `right` of the content in `ios` mode, and to the far right in `md` and `wp` mode. | | `left` | `slot="start"` | Positions element to the `left` of all other elements in `LTR`, and to the `right` in `RTL`. | | `right` | `slot="end"` | Positions element to the `right` of all other elements in `LTR`, and to the `left` in `RTL`. | + +## Sass + +### Deprecated Styles + +Deprecated variables and styles have been removed. + +- [e0a29db](https://github.com/ionic-team/ionic/commit/e0a29db) +- TODO continue to add what is removed here