Skip to content

Instantly share code, notes, and snippets.

@alice-liu
alice-liu / SassMeister-input-HTML.html
Created January 13, 2014 19:14
String replace function
<div></div>
@alice-liu
alice-liu / SassMeister-input.scss
Created December 4, 2013 18:36 — forked from lunelson/SassMeister-input.scss
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
/*
A slightly more automated approach to BEM modifier classes:
using '&' parent selector interpolation, modifiers extend their bases,
so that HTML markup requires only the modifier class not the base *and* modifier
*/
@alice-liu
alice-liu / SassMeister-input.scss
Created December 2, 2013 22:46 — forked from anonymous/SassMeister-input.scss
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@mixin bah {
&%foo {
color: red;
}
}