Skip to content

Instantly share code, notes, and snippets.

View georgeolaru's full-sized avatar

George Olaru georgeolaru

View GitHub Profile
@georgeolaru
georgeolaru / SassMeister-input.sass
Created January 15, 2014 16:30 — forked from jordanlewiz/SassMeister-input.sass
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
// Based on BEM helper mixins by @lunelson (http://sassmeister.com/gist/7786284)
// Altered to use Sass and the EnvatoCSS syntax (http://webuild.envato.com/blog/how-to-scale-and-maintain-legacy-css-with-sass-and-smacss/)
=modifier($name)
@georgeolaru
georgeolaru / SassMeister-input.scss
Created January 15, 2014 16:29 — 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
*/