Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

IE 8 css crashed

i move our project from less to sass. after that the stylesheet cant apply to IE 8 this is our website link http://www.bcy.net. can anyone help?

2 Answers

Devin Scheu
Devin Scheu
66,191 Points

This should not be that big of an issue, most everyone has IE9 and above. I wouldn't worry about IE8.

7% of our customers are still using ie8. but the problem solved. i used some @extend in sass, it caused a lot selectors grouped. i also use selectivizr.js. too much selectors will crash the selectivizr. this make style sheet cant apply to the element.