Created
July 6, 2015 19:09
-
-
Save scottkellum/5fcfa5cd82ee712d837f 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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
@function var($var) { | |
@return unquote('$#{$var}'); | |
} | |
foo { | |
bar: var(baz); | |
} |
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
foo { | |
bar: $baz; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment