Just a quick heads up to anyone who might be struggling with this, if you are trying to make sass changes and compile them you might see an error like "File to import not found or unreadable: compass/CSS3". You might get their error even if you've installed compass/CSS3 mixins and the paths appear to be correct. It turns out the latest compass doesn't get along with uppercase folder paths. The solution is to rename CSS3 folder to css3 and change the line in global.scss from @import "compass/CSS3"; to @import "compass/css3";. Hope this saves someone some grief! More info here: https://www.drupal.org/project/drupal8_parallax_theme/issues/2854758

Comments

plato1123 created an issue. See original summary.

  • zymphonies-team committed 08a2d36 on 2.0.x
    Issue #3058044 by zymphonies-team, zymphonies-sales-team, midlot-team:...

zymphonies-dev’s picture

Status: Active » Fixed
zymphonies-dev’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.