Skip to content

Instantly share code, notes, and snippets.

@hagenburger
Created January 19, 2015 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hagenburger/99b971c61cb7a3012836 to your computer and use it in GitHub Desktop.
Save hagenburger/99b971c61cb7a3012836 to your computer and use it in GitHub Desktop.
Color functions in LSG?
# Functions
```
@colorfuncs
foo()
```
@function foo() {
@return #87c540;
}
<div class="livingstyleguide--example">
#87c540
</div>
<pre class="livingstyleguide--code-block">
<code class="livingstyleguide--code">
foo()
</code>
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment