How to use compass mixins in a project using Sass
问题 ColorZilla's gradient editor says // needs latest Compass, add '@import "compass"' to your scss Well I've found that's not so easy. Obviously if you just throw @import "compass"; at the top of your .scss file, Sass won't compile because _compass.scss can't be found. This is an asp.net project utilizing Sass. In addition, I have to use the sass ruby gem to compile, not compass's compiler. I've installed the compass gem. I've followed the instructions on http://compass-style.org/install/. I've