Skip to content

Commit

Permalink
Use pull request foundation#10914 from ffoodd/patch-1 for v6.5.0
Browse files Browse the repository at this point in the history
6bad0f8 Remove `clip-path` from `element-invisible` mixin

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
  • Loading branch information
ffoodd authored and ncoden committed Jun 16, 2018
1 parent 14a4d31 commit 83d16ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scss/util/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
clip-path: inset(50%);
border: 0;
}

Expand All @@ -227,7 +226,6 @@
overflow: visible;
clip: auto;
white-space: normal;
clip-path: none;
}

/// Vertically centers the element inside of its first non-static parent,
Expand Down

0 comments on commit 83d16ce

Please sign in to comment.