Created
August 13, 2014 03:03
-
-
Save geckotang/ffed5353bc1ba04c3a49 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
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.0.rc.1) | |
// ---- | |
body { | |
z: { | |
index: 1; | |
index: 2; | |
index: 3; | |
} | |
border: { | |
width: 1px; | |
style: solid; | |
color: #000; | |
left: { | |
width: 1px; | |
} | |
} | |
} |
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
body { | |
z-index: 1; | |
z-index: 2; | |
z-index: 3; | |
border-width: 1px; | |
border-style: solid; | |
border-color: #000; | |
border-left-width: 1px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment