Skip to content

Commit 60e53b4

Browse files
author
mrmrs
committed
Merge branch 'master' of github.com:tachyons-css/tachyons-css.github.io
2 parents cb56889 + a7523d4 commit 60e53b4

File tree

10 files changed

+21668
-5725
lines changed

10 files changed

+21668
-5725
lines changed

docs/layout/grid/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
<h3 class="f6 ttu tracked mt0">Grids</h3>
119119
<div>
120120
<p class="measure f5 f4-ns lh-copy">
121-
You can combine display, float, padding, and widths to contstruct a
122-
wide variedy of grids. Here is a basic example of some options for
121+
You can combine display, float, padding, and widths to construct a
122+
wide variety of grids. Here is a basic example of some options for
123123
constructing a simple grid.
124124
</p>
125125
</div>

docs/table-of-properties/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<div class="ph3 ph5-ns">
8181
<h3 class="ttu tracked f4">Table of Properties</h3>
8282
<p class="measure lh-copy f5">
83-
Here is a list of each property in Tachyons.
83+
Here is a list of each css property that can be modified by a Tachyons class.
8484
</p>
8585
</div>
8686
</header>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ <h3 class="f6 ttu fw6 mt0 mb3 bb pb2">Border Colors</h3>
963963
.b--washed-green { border-color: var(--washed-green); }
964964
.b--washed-yellow { border-color: var(--washed-yellow); }
965965
.b--light-pink { border-color: var(--light-pink); }
966-
.b--light-yellow { border-color: var(--light-yellow) }
966+
.b--light-yellow { border-color: var(--light-yellow); }
967967
.b--light-red { border-color: var(--light-red); }
968968
.b--transparent { border-color: var(--transparent); }
969969
</code>

0 commit comments

Comments
 (0)