This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// 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 | |
/// |