1.0.2 • Published 8 years ago

basscss-base-tables v1.0.2

Weekly downloads
1,467
License
MIT
Repository
github
Last release
8 years ago

This module sets default styles for all tables, including text-alignment, width, padding, border-collapse, and border-spacing.

<div class="overflow-scroll">
  <table class="table-light">
    <thead>
      <tr>
        <th>Artist</th> <th>Album</th> <th>Release Date</th>
      </tr>
    </thead>
    <tbody>
      <tr> <td>Huey Lewis and the News</td> <td>Sports</td> <td>1983</td> </tr>
      <tr> <td>Phil Collins</td> <td>No Jacket Required</td> <td>1985</td> </tr>
      <tr> <td>Peter Gabriel</td> <td>So</td> <td>1986</td> </tr>
    </tbody>
  </table>
</div>

Use the color styles in basscss-color-tables to adjust the appearance.

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago