I hereby claim:
- I am jshawl on github.
- I am jshawl (https://keybase.io/jshawl) on keybase.
- I have a public key whose fingerprint is 3758 9426 D58C 9735 5D1C 6FB4 CC42 B149 A905 154C
To claim this, I am signing this object:
| .test { | |
| width: 400px; | |
| height: 400px; | |
| display: block; | |
| .inner { | |
| width: 75px; | |
| height: auto; | |
| display: block; | |
| margin: 0 auto; |
| a { | |
| color: red; | |
| } | |
| a:before { | |
| content: 'before'; | |
| } | |
| a { | |
| color: red; | |
| } |
| a{ | |
| color:red; | |
| &:before{ | |
| content:'before'; | |
| } | |
| } |
| @base: #f938ab; | |
| .box-shadow(@style, @c) when (iscolor(@c)) { | |
| -webkit-box-shadow: @style @c; | |
| box-shadow: @style @c; | |
| } | |
| .box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) { | |
| .box-shadow(@style, rgba(0, 0, 0, @alpha)); | |
| } | |
| .box { |
| @base: #f938ab; | |
| .box-shadow(@style, @c) when (iscolor(@c)) { | |
| -webkit-box-shadow: @style @c; | |
| box-shadow: @style @c; | |
| } | |
| .box { | |
| color: saturate(@base, 5%); | |
| border-color: lighten(@base, 30%); |
| @for $i from 1 to 5{ | |
| a{ | |
| top:$i; | |
| } | |
| } |
| $blockSize:25px; | |
| $color: #000; | |
| body{ | |
| padding:$blockSize; | |
| } | |
| .invader{ | |
| height:7 * ($blockSize +1); | |
| width:11 * ($blockSize +1); |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width"> | |
| </head> | |
| <body> |
| <!DOCTYPE html> | |
| <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width"> | |
| </head> | |
| <body> |