Skip to content

Instantly share code, notes, and snippets.

@jshawl
jshawl / precess-input-1395288902.scss
Created March 20, 2014 04:15
a precess production
.test {
width: 400px;
height: 400px;
display: block;
.inner {
width: 75px;
height: auto;
display: block;
margin: 0 auto;
@jshawl
jshawl / SassMeister-output.css
Created March 20, 2014 12:39
a precess production
a {
color: red;
}
a:before {
content: 'before';
}
a {
color: red;
}
@jshawl
jshawl / precess-input-1395365218.scss
Created March 21, 2014 01:26
a precess production
a{
color:red;
&:before{
content:'before';
}
}
@jshawl
jshawl / precess-input-1395417299.less
Created March 21, 2014 15:55
a precess production
@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 {
@jshawl
jshawl / precess-input-1395418548.less
Created March 21, 2014 16:15
a precess production
@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%);
@jshawl
jshawl / precess-input-1395511365.scss
Created March 22, 2014 18:02
a precess production
@for $i from 1 to 5{
a{
top:$i;
}
}
@jshawl
jshawl / precess-input-1395845807.scss
Created March 26, 2014 14:56
a precess production
$blockSize:25px;
$color: #000;
body{
padding:$blockSize;
}
.invader{
height:7 * ($blockSize +1);
width:11 * ($blockSize +1);

Keybase proof

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:

<!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>
@jshawl
jshawl / index.html
Created March 27, 2014 17:01
Ajax instead of captcha?
<!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>