Created
July 19, 2017 14:27
-
-
Save starryeyez024/ce5b8123326b7f6d04fc55983ee0215e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <br/> | |
| <table> | |
| <tr> | |
| <td>foo</td> | |
| <td>foo</td> | |
| </tr> | |
| <tr> | |
| <td>bar</td> | |
| </tr> | |
| </table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // Sass (v3.4.21) | |
| // Compass (v1.0.3) | |
| // ---- | |
| table { | |
| border-collapse: collapse; | |
| } | |
| tr { | |
| border: red solid 1px; | |
| width: 100%; | |
| display: inline-block; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| table { | |
| border-collapse: collapse; | |
| } | |
| tr { | |
| border: red solid 1px; | |
| width: 100%; | |
| display: inline-block; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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