Skip to content

Instantly share code, notes, and snippets.

@stroebjo
stroebjo / _color-stripe.scss
Last active April 3, 2017 12:15
Scss mixin to create a horizontal color stripe
/// Creates a horizontal color stripe with gradients.
///
/// This mixins creates a horizontal color stripe, but uses multiple
/// background images to counter a Chrome bug wich leads to blurry
/// edges between the edges of the color-stops.
///
/// @link http://stackoverflow.com/q/18204595/723769
/// @link https://bugs.chromium.org/p/chromium/issues/detail?id=140208
/// @link https://bugs.chromium.org/p/chromium/issues/detail?id=696603
///