aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/sass.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-30 01:32:03 -0800
committerMark Otto <[email protected]>2014-11-30 01:32:03 -0800
commite6fc081c91475237348fb1c75cf307a4acd69161 (patch)
treec0f06a4cb5bd03b8623f840c7868d04e7eff98c2 /docs/_includes/css/sass.html
parentbcb90ef3a0affa6540d141733a073593011af064 (diff)
parent65f72ff095777646c5c1d76a4bc64fab2cbdfc61 (diff)
downloadbootstrap-e6fc081c91475237348fb1c75cf307a4acd69161.tar.xz
bootstrap-e6fc081c91475237348fb1c75cf307a4acd69161.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/css/sass.html')
-rw-r--r--docs/_includes/css/sass.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/_includes/css/sass.html b/docs/_includes/css/sass.html
index 2d5fabbcd..35739ddc6 100644
--- a/docs/_includes/css/sass.html
+++ b/docs/_includes/css/sass.html
@@ -15,27 +15,27 @@
</thead>
<tbody>
<tr>
- <th><code>lib/</code></th>
+ <th scope="row"><code>lib/</code></th>
<td>Ruby gem code (Sass configuration, Rails and Compass integrations)</td>
</tr>
<tr>
- <th><code>tasks/</code></th>
+ <th scope="row"><code>tasks/</code></th>
<td>Converter scripts (turning upstream Less to Sass)</td>
</tr>
<tr>
- <th><code>test/</code></th>
+ <th scope="row"><code>test/</code></th>
<td>Compilation tests</td>
</tr>
<tr>
- <th><code>templates/</code></th>
+ <th scope="row"><code>templates/</code></th>
<td>Compass package manifest</td>
</tr>
<tr>
- <th><code>vendor/assets/</code></th>
+ <th scope="row"><code>vendor/assets/</code></th>
<td>Sass, JavaScript, and font files</td>
</tr>
<tr>
- <th><code>Rakefile</code></th>
+ <th scope="row"><code>Rakefile</code></th>
<td>Internal tasks, such as rake and convert</td>
</tr>
</tbody>