CodeKit icon indicating copy to clipboard operation
CodeKit copied to clipboard

SASS compiler returns error with no error

Open Buddierdl opened this issue 5 years ago • 2 comments

I am having an issue building a project because it errors on sass file, but it doesn't show any errors. This is the output:

Libsass compiled with 2 warnings.

@Warn on Line 78 of "node_modules/foundation-sites/scss/util/_color.scss":
Contrast ratio of #fefefe on #a7b673 is pretty bad, just 2.2

@Warn on Line 78 of "node_modules/foundation-sites/scss/util/_color.scss":
Contrast ratio of #fefefe on #ffae00 is pretty bad, just 1.8

Autoprefixer ran successfully.

However, it stops the build with an error. The interesting thing is that the output file is still created and it looks to be fine, but the rest of the build won't continue.

Buddierdl avatar Jun 10 '20 19:06 Buddierdl

Hmm. Can you post the file producing this? Warnings should not stop the build process.

In the meantime, go to Project Settings > Build Process and disable the option to stop the build on the first error. That will get you through until I can take a look at why this is happening.

bdkjones avatar Jun 10 '20 19:06 bdkjones

It's hard to include because it's just a parent file that includes a bunch of other sass. I could send you the output.

Buddierdl avatar Jun 10 '20 22:06 Buddierdl