Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @import "compass/support"
  2.  
  3. $legacy-support-for-ie6: false;
  4. $legacy-support-for-ie7: true;
  5. $legacy-support-for-ie8: true;
  6. $legacy-support-for-mozilla: false;
  7.  
  8. @if ($legacy-support-for-ie7) {
  9. // specific declaration if ie7 is supported
  10. }
  11.  
  12. // Add support for a specific browser
  13. $browser-minimum-versions: (
  14. 'ie': "7",
  15. 'ie': "8"
  16. );
  17.  
  18. // Reject browsers
  19. $supported-browsers: reject(browser-versions("ie"), "6", "7", "8");
  20.  
  21. (Line 206 of /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/_support.scss: 5.5 is not known browser.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement