bdkjones / CodeKit-1-Old

146 stars 1 forks source link

@import ignores scss files with . (dot) in filename #693

Open floq-design opened 10 years ago

floq-design commented 10 years ago

Hi,

CodeKit v1.9.2 doesn't seem to like this filename structure:

@import "jquery.fancybox";

The Non-Compass Imports panel doesn't show it and it just compiles separately.

If I rename the file to:

@import "jquery-fancybox";

... no problem.

BTW. This is a compass project