Skip to content

Commit

Permalink
v5: Drop remaining deprecated mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored and XhmikosR committed Mar 12, 2019
1 parent ff17886 commit f6e8bee
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
3 changes: 0 additions & 3 deletions scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
@import "mixins/screen-reader";
@import "mixins/reset-text";
@import "mixins/text-emphasis";
@import "mixins/text-hide";
@import "mixins/text-truncate";
@import "mixins/visibility";

// // Components
@import "mixins/alert";
Expand All @@ -43,4 +41,3 @@
@import "mixins/clearfix";
@import "mixins/grid-framework";
@import "mixins/grid";
@import "mixins/float";
14 changes: 0 additions & 14 deletions scss/mixins/_float.scss

This file was deleted.

11 changes: 0 additions & 11 deletions scss/mixins/_text-hide.scss

This file was deleted.

8 changes: 0 additions & 8 deletions scss/mixins/_visibility.scss

This file was deleted.

4 changes: 0 additions & 4 deletions scss/utilities/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@

// Misc

.text-hide {
@include text-hide($ignore-warning: true);
}

.text-decoration-none { text-decoration: none !important; }

.text-break {
Expand Down

0 comments on commit f6e8bee

Please sign in to comment.