]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chages page name
authorRafiBomb <rafi@zurb.com>
Wed, 31 May 2017 16:14:36 +0000 (09:14 -0700)
committerRafiBomb <rafi@zurb.com>
Wed, 31 May 2017 16:14:36 +0000 (09:14 -0700)
docs/pages/prototyping-utilities.md [moved from docs/pages/prototyping-utils.md with 99% similarity]

similarity index 99%
rename from docs/pages/prototyping-utils.md
rename to docs/pages/prototyping-utilities.md
index cfc4c3f1b86c98eb3f70e39da5e6b9260f9e40aa..1a40a3f0111102ad7c8c2c5bc9954236bed5bcaa 100644 (file)
@@ -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