سؤال

I have set up Bootstrap SASS, everything works almost fine, except that compass generates a foloder vendor/bootstrap.css beside the styles.css file. This is weird because the bootstrap is already included in style.css. I couldn't find any configuration options in bootstrap variables.

هل كانت مفيدة؟

المحلول

If you just want to import the bootstrap file into another scss file, then you have to rename the bootstrap.scss to _bootstrap.scss.

Files starting with an underscore are not generated as css-file.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top