Skip to content

Instantly share code, notes, and snippets.

@starryeyez024
Created July 19, 2017 14:27
Show Gist options
  • Select an option

  • Save starryeyez024/ce5b8123326b7f6d04fc55983ee0215e to your computer and use it in GitHub Desktop.

Select an option

Save starryeyez024/ce5b8123326b7f6d04fc55983ee0215e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<br/>
<table>
<tr>
<td>foo</td>
<td>foo</td>
</tr>
<tr>
<td>bar</td>
</tr>
</table>
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
table {
border-collapse: collapse;
}
tr {
border: red solid 1px;
width: 100%;
display: inline-block;
}
table {
border-collapse: collapse;
}
tr {
border: red solid 1px;
width: 100%;
display: inline-block;
}
<br/>
<table>
<tr>
<td>foo</td>
<td>foo</td>
</tr>
<tr>
<td>bar</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment