I am using bootstrap-sass in my project, and the generated file is larger than 288KB, which does not works in IE6 and IE7.
how to deal with this problem?
thx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t seen the SASS implementation of Bootstrap, but am more familiar with the LESS version. In the bootstrap file you will notice that it does several Includes to include all the other LESS and in your case SASS files. I would first start by excluding the CSS that you don’t need from the Bootstrap. Beware some have dependencies but you can switch around items in the SASS files and repackage appropriately to handle dependencies.
Hope that helps.