Is there a way to access certain compass
mixins without actually including the entire compass
library in my project? I'd prefer not to have to import compass directly, like in these examples:
@import "compass";
@import "compass/reset";
@import "compass/css3";
Are the desired mixins stored on my computer somewhere? I've checked various directories including this one:
C:\Ruby200-x64\lib\ruby\gems\2.0.0\gems\compass-0.1`2.2\examples\css3\src
Am I approaching this issue incorrectly?