Commit 52171316 authored by Jacob Thornton's avatar Jacob Thornton

Merge pull request #919 from groodt/master

Commit fixes #918
parents 1f0d8b22 62e50471
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
<tr> <tr>
<td><code>@siteWidth</code></td> <td><code>@siteWidth</code></td>
<td><em>Computed sum of all columns and gutters</em></td> <td><em>Computed sum of all columns and gutters</em></td>
<td>We use some basic match to count the number of columns and gutters and set the width of the <code>.fixed-container()</code> mixin.</td> <td>We use some basic math to count the number of columns and gutters and set the width of the <code>.fixed-container()</code> mixin.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment