]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
cleanup 11562/head
authormbehboodian <morteza6909@gmail.com>
Fri, 26 Oct 2018 03:27:55 +0000 (06:57 +0330)
committerGitHub <noreply@github.com>
Fri, 26 Oct 2018 03:27:55 +0000 (06:57 +0330)
i guess that was an unnecessary (broken!) span element and official doc does not apply any highlighting on that block of code

docs/pages/grid.md

index 0422423b74267f504ed53a85573b0a1f69e18408..16d1bc18fcf9b6c5329937e5a3e88fa5fa314980 100644 (file)
@@ -127,7 +127,7 @@ Small grids expand to large screens easier than large grids cram into small scre
 
 ```html
 <div class="row">
-  <div class="columns small-2">2 <span class=hide-for-small-only</span></div>
+  <div class="columns small-2">2</div>
   <div class="columns small-10">10</div>
 </div>
 <div class="row">