I copied some .scss files to my project, these files are prefixed _ in name (eg _style, _mediaqueries, etc.). The compass rewrites all files normally, except those that have prefixes. Some people told me this should not interfere with Sass's behavior.
Can anyone tell me if the problem is in some configuration, or if it does not actually read files with prefixes like this?