diff options
Diffstat (limited to 'docs/_includes/css/sass.html')
| -rw-r--r-- | docs/_includes/css/sass.html | 12 |
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> |
