Josh Riser, you can most definitely use .svg files as background images in CSS. If you use Modernizr, it is also very easy to write a Sass mixin to serve fallback images (.png, etc.) to less capable browsers.
Here’s a Gist of the mixin I use: https://gist.github.com/chadclark/5498661
Josh Riser, you can most definitely use .svg files as background images in CSS. If you use Modernizr, it is also very easy to write a Sass mixin to serve fallback images (.png, etc.) to less capable browsers.
Here’s a Gist of the mixin I use: https://gist.github.com/chadclark/5498661