Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update _text-hide.scss
  • Loading branch information
XhmikosR authored Apr 16, 2018
commit ba64b90e29d33236684afe7fe65102a32e462490
2 changes: 1 addition & 1 deletion scss/mixins/_text-hide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
background-color: transparent;
border: 0;

@if ($ignore-warning == false) {
@if ($ignore-warning != true) {
@warn "The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5.";
}
}