Skip to content

Instantly share code, notes, and snippets.

@chadclark
chadclark / 01-bg-img-path.scss
Last active December 16, 2015 21:20
A .scss mixin that makes it easy to include a .png fallback for .svg background images when using Modernizr.
// ---------------------------------------------------------------------------------
// CSS Image Paths
// ---------------------------------------------------------------------------------
$bg-img-path: '/path/to/images/'; // Base Path for BG Layout Images
@chadclark
chadclark / ie9-htaccess
Created January 11, 2012 16:22
IE9 Document Mode
# Make IE be less stupid and use the latest doc mode
BrowserMatch MSIE best-standards-support
Header set X-UA-Compatible IE=edge env=best-standards-support