comparison sites/all/themes/zen/zen-internals/extras/sass/_init_extras.scss @ 2:b74b41bb73f0

-- Google analytics module
author danieleb <danielebarchiesi@me.com>
date Thu, 22 Aug 2013 17:22:54 +0100
parents
children
comparison
equal deleted inserted replaced
1:67ce89da90df 2:b74b41bb73f0
1 // Turn on IE legacy support for our CSS.
2 $legacy-support-for-ie6 : true;
3 $legacy-support-for-ie7 : true;
4
5 $box-sizing-polyfill-path : "/path/to/boxsizing.htc";