Compass CSS framework - using Bootstrap with SASS
问题 I want to use Bootstrap with SASS, but I can't find any tutorials or explanation how one can use Bootstrap with SASS. The only thing I find is installatio trough a ruby gem: compass create my-new-project -r bootstrap-sass --using bootstrap Which creates the following tree in my folder: Is this enough for Bootstrap to use its own Grid, because I don't see the bootstrap.scss file, neither any Grid related files. However, I find the grid classes and all in a styles.css file. Isn't there a