Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(typography): remove the native element selectors
BREAKING CHANGES: The following selectors to style the text color of the native text elements have been removed: ``` h1[color], h2[color], h3[color], h4[color], h5[color], h6[color], a[color]:not([ion-button]):not([ion-item]):not([ion-fab]), p[color], span[color], b[color], i[color], strong[color], em[color], small[color], sub[color], sup[color] ``` These have been throwing a deprecation warning since rc.3 but still working. They are officially gone and therefore these elements will not get the color unless the `ion-text` attribute is added. Please see the documentation.
- Loading branch information