Skip to content

Instantly share code, notes, and snippets.

View vladyn's full-sized avatar

Vladimir Varbanov vladyn

View GitHub Profile
@vladyn
vladyn / SassMeister-input.scss
Created December 7, 2019 12:16 — forked from dinocarl/SassMeister-input.scss
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
@mixin icon ($name, $code) {
$withslash: "\"\\#{$code}\"";
.#{$name}:before {
content: unquote($withslash);
}
@vladyn
vladyn / dabblet.css
Created July 29, 2013 08:22 — forked from LeaVerou/dabblet.css
Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
/**
* Loading animation like the one seen on http://www.freeger.com/projects/contextad/ with CSS
* Caveat: Not DRY. The content needs to be repeated in a data- attribute (or directly in the CSS).
*/
body {
background: #ccc51c;
min-height: 100%;
}