Created
July 28, 2014 12:57
-
-
Save Undistraction/745a2a9a7742da180b54 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
<ul> | |
<li><p>Vivamus elementum consectetur interdum. Ut.</p></li> | |
<li><p>Vivamus elementum consectetur interdum. Ut.</p></li> | |
<li><p>Vivamus elementum consectetur interdum. Ut.</p></li> | |
<li class="last"><p>Vivamus elementum consectetur interdum. Ut.</p></li> | |
</ul> |
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
// ---- | |
// Sass (v3.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// Sassy Maps (v0.4.0) | |
// ---- | |
@import 'sassy-maps'; | |
$example-map: ( | |
); | |
@function register($key){ | |
$pointless: map-set($example-map, $key, true); // Have to assign to a variable | |
@return ''; // Have to return something | |
} | |
register(example); | |
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
Invalid CSS after "register": expected "{", was "(example);" |
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
<ul> | |
<li><p>Vivamus elementum consectetur interdum. Ut.</p></li> | |
<li><p>Vivamus elementum consectetur interdum. Ut.</p></li> | |
<li><p>Vivamus elementum consectetur interdum. Ut.</p></li> | |
<li class="last"><p>Vivamus elementum consectetur interdum. Ut.</p></li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment