kbrsh / wing

:gem: A beautiful CSS framework designed for minimalists.
https://kbrsh.github.io/wing
MIT License
2.01k stars 160 forks source link

I like the css framework #68

Closed GrosSacASac closed 5 years ago

GrosSacASac commented 6 years ago

but it does not style tables, and without css it tables look bad. example

<table>
    <caption data-variable="*level">Table Title</caption>
    <thead>
      <tr>
        <th>Player</th>
        <th>Score</th>
      </tr>
    </thead>
    <tbody data-list="*scores-d-score">
      <tr>
        <td data-variable="*player">Sac</td>
        <td data-variable="*score">994</td>
      </tr>

      <tr>
        <td data-variable="*player">A</td>
        <td data-variable="*score">995</td>
      </tr>
    </tbody>
</table>
kbrsh commented 6 years ago

@GrosSacASac Glad you like it! Use the latest Wing version from a CDN (it has table support), as I'm currently rewriting it.

GrosSacASac commented 5 years ago

Any plan to update ?

GrosSacASac commented 5 years ago

Closing as you added table support. Consider updating the npm package as well documenting the fact that tables have styles