Suppose I have a file "_file1.scss" and "_file2.scss". Both of them have a mixin with the same name "my-mixin". Is it possible in "main.scss" file to import "_file1.scss" and "_file2.scss" and indicate from which file I want to use the mixin?
Something like "file1/my-mixin".
The problem that I have is I'm using SUSY and "compass/css3" and both have a "columns" mixin.