문제

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