Please tell if you spot anything wrong or can think of any forgotten feature. I especially had some hard time testing LibSass 2.
| Header 1 | Header 2 | Header 2 |
|---|---|---|
| A | B | |
| A | B | C |
| <h1>Flexible mixin arguments</h1> | |
| <p>A small helper function to make your mixin take almost anything thrown at it</p> | |
| <ul> | |
| <li>Keyword</li> | |
| <li>Map</li> | |
| <li>List</li> | |
| <li>Arguments</li> | |
| </ul> |
| // | |
| // SCSS unit conversion | |
| // |
| // | |
| // SCSS unit conversion | |
| // |
| <a id="foo" href="#">Home</a> | |
| <a id="bar" href="#">About</a> | |
| <a id="baz" href="#">Contact</a> |
| // Fontstacks and contexts | |
| // Work in progress |
rgb($red, $green, $blue) Creates a Color from red, green, and blue values. rgba($red, $green, $blue, $alpha) Creates a Color from red, green, blue, and alpha values. red($color) Gets the red component of a color. green($color) Gets the green component of a color.
| Arglist flexibility test | |
| URL: | |
| http://sassmeister.com/gist/64143f5242ee7a286d09 | |
| =========================== | |
| str-replace | |
| str-to-map | |
| TODO - Add mqs to lists | |
| =========================== |
| MEDIA EXTENDS AND SCALING | |
| - Added exclude |