Skip to content

Instantly share code, notes, and snippets.

View Eoksni's full-sized avatar

Dmitry Mazurok Eoksni

View GitHub Profile
@imehr
imehr / fiddle.css
Created March 2, 2012 23:39
Using Gist and Jsfiddle
body {
font-family: Helvetica, Verdana
}
p {
padding: 7px 10px;
}
#demo {
border: 1px solid #999;
}
$fullred: #ff0000;
body {
font-family: Helvetica, Verdana
}
p {
padding: 7px 10px;
}
#demo {
border: 1px solid $fullred;
}