running sass –watch throws out errors
-
I’m having a bit of difficulty getting the child-theme for Reverie to work by using sass.
When I run the following command from the child theme folder (child theme was downloaded from here)…
sass –watch scss:css
… I get the following errors:
>>> Sass is watching for changes. Press Ctrl-C to stop.
error scss\_settings.scss (Line 9: File to import not found or unreadable: foundation/functions.Load paths:
C:/xampp/htdocs/suidlanders/wp-content/themes/reverie-child-master (DEPRECATED)
C:/xampp/htdocs/suidlanders/wp-content/themes/reverie-child-master/scss)
error scss\_settings.scss (Line 9: File to import not found or unreadable: foundation/functions.
Load paths: C:/xampp/htdocs/suidlanders/wp-content/themes/reverie-child-master (DEPRECATED)
C:/xampp/htdocs/suidlanders/wp-content/themes/reverie-child-master/scss)Any ideas why?
- The topic ‘running sass –watch throws out errors’ is closed to new replies.