Last active
December 30, 2015 03:49
-
-
Save ccamara/7772412 to your computer and use it in GitHub Desktop.
if we are using images in #compass there's no need of using a full url path to them. We can use image-url() instead #css #scss #sass
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
.background-image { | |
background: image-url('image-name.png'); //image-url() is defined in config.rb file so its prefered | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment