Skip to content

Instantly share code, notes, and snippets.

@kizu
Last active September 26, 2016 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kizu/360b21da0e0175a36698aa0d79396411 to your computer and use it in GitHub Desktop.
Save kizu/360b21da0e0175a36698aa0d79396411 to your computer and use it in GitHub Desktop.
Untitled
.test {
position: relative;
width: +100px; /* plus sign is allowed */
height: +100px;
padding: 100px;
padding: -0px; /* Minus sign is allowed for zero */
background: rgba(0,0,+255,1); /* plus sign is allowed */
}
.a {
z-index: +1;
}
.b {
margin: -50px 0 0 50px;
background: rgba(-0, 255, 0, +1);
}
<div class="test a"></div>
<div class="test b"></div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment