]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed unnecessary parenthesis 9718/head
authorharry <harmanmanchanda182@gmail.com>
Sun, 29 Jan 2017 20:06:01 +0000 (01:36 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 29 Jan 2017 20:06:01 +0000 (01:36 +0530)
scss/typography/_utilities.scss

index 74a2472a23c2d259b82dec14180e30830c91df1b..8a468c52aa6cc2ffd90d14378e0100c3186cbcb1 100644 (file)
@@ -6,7 +6,7 @@
 /// @group text-utilities
 ////
 
-@mixin text-hide() {
+@mixin text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   border: 0;
 }
 
-@mixin text-truncate() {
+@mixin text-truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 
-@mixin text-nowrap() {
+@mixin text-nowrap {
   white-space: nowrap;
 }