1
I have copied some . scss files to my project, these files are prefixed with _ in the name (e.g. _style, _mediaqueries, etc.). Compass rewrites all files normally, except those with prefixes. Some people told me it shouldn’t interfere with Sass’s behavior.
Can anyone tell me if the problem is in some configuration, or if it really doesn’t read files with prefixes like this?
I suppose your problem is the same as mine. I have snippets of code being imported into mine. Main scss and these snippets of code are not rewritten when changed. When I used Ruby everything worked normal, I switched to Node-Sass and started this error. I don’t know why, but I took the prefixes of my snippets and it worked again.
– Thavi Lang