Created
December 9, 2014 13:34
-
-
Save xzyfer/8d40797d5cf10a1774cf 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.0.2) | |
| // ---- | |
| @function url($src, $path) { | |
| @return unquote('url(' + $src + $path + ')'); | |
| } | |
| div { | |
| background: url('image.png','img/'); | |
| } |
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
| stdin:6: required parameter $path is missing in call to function url |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment