From: RafiBomb Date: Wed, 31 May 2017 16:14:36 +0000 (-0700) Subject: chages page name X-Git-Tag: v6.4.0-rc1~23^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=877d442068ec3e614efaad8ac4859cbc0b89fc5d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chages page name --- diff --git a/docs/pages/prototyping-utils.md b/docs/pages/prototyping-utilities.md similarity index 99% rename from docs/pages/prototyping-utils.md rename to docs/pages/prototyping-utilities.md index cfc4c3f1b..1a40a3f01 100644 --- a/docs/pages/prototyping-utils.md +++ b/docs/pages/prototyping-utilities.md @@ -787,7 +787,7 @@ These relational mixins helps you to manage styling of :nth-child’ified elemen @include all-but-first-last($num) {} // applies style all except first and last child @include unique {} // applies style to a child who has no siblings @include not-unique {} // applies style to all children except a child who has no siblings -@include between($first, $last) {} +@include between($first, $last) {} // applies style to all except first and last child @include even {} // applies style to all even children @include even-between($first, $last) {} // applies style to all even children except first and last @include odd {} // applies style to all odd children