Skip to content

refactor(css): remove CSS util attributes#18956

Merged
brandyscarney merged 6 commits into
nextfrom
remove-css-attributes
Sep 27, 2019
Merged

refactor(css): remove CSS util attributes#18956
brandyscarney merged 6 commits into
nextfrom
remove-css-attributes

Conversation

@brandyscarney

@brandyscarney brandyscarney commented Jul 30, 2019

Copy link
Copy Markdown
Member

✅ READY - deprecation warning in v4 ✅

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Lint (npm run lint) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

<div padding>

What is the new behavior?

<div class="ion-padding">

Does this introduce a breaking change?

  • Yes
  • No

The documentation has been updated to use classes for a few releases now.

Other information

@ionitron-bot ionitron-bot Bot added the package: core @ionic/core package label Jul 30, 2019
@brandyscarney brandyscarney changed the base branch from master to next July 30, 2019 19:38
@brandyscarney brandyscarney force-pushed the next branch 2 times, most recently from bc99f4e to 76f1747 Compare September 27, 2019 19:52
@brandyscarney brandyscarney merged commit 04862df into next Sep 27, 2019
@brandyscarney brandyscarney deleted the remove-css-attributes branch September 27, 2019 21:54
brandyscarney added a commit that referenced this pull request Oct 7, 2019
BREAKING CHANGES

Removes all CSS utility attributes. Please use CSS classes instead. See the documentation for the correct class names: https://ionicframework.com/docs/layout/css-utilities
brandyscarney added a commit that referenced this pull request Oct 8, 2019
BREAKING CHANGES

Removes all CSS utility attributes. Please use CSS classes instead. See the documentation for the correct class names: https://ionicframework.com/docs/layout/css-utilities
brandyscarney added a commit that referenced this pull request Oct 9, 2019
BREAKING CHANGES

Removes all CSS utility attributes. Please use CSS classes instead. See the documentation for the correct class names: https://ionicframework.com/docs/layout/css-utilities
brandyscarney added a commit that referenced this pull request Oct 10, 2019
BREAKING CHANGES

Removes all CSS utility attributes. Please use CSS classes instead. See the documentation for the correct class names: https://ionicframework.com/docs/layout/css-utilities
elylucas pushed a commit that referenced this pull request Oct 30, 2019
BREAKING CHANGES

Removes all CSS utility attributes. Please use CSS classes instead. See the documentation for the correct class names: https://ionicframework.com/docs/layout/css-utilities

@rtpHarry rtpHarry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of typos in the comments for this pr have slipped through

@@ -12,43 +12,35 @@
@include media-breakpoint-up($breakpoint, $screen-breakpoints) {
// Provide `[text-{bp}]` attributes for aligning the text based

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment still refers to directive

@@ -12,20 +12,17 @@
@include media-breakpoint-up($breakpoint, $screen-breakpoints) {
// Provide `[text-{bp}]` attributes for transforming the text based

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment still refers to directive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: core @ionic/core package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants