roborourke / wp-sass

Sass for WordPress
90 stars 24 forks source link

Undefined index: root #21

Open drivebass opened 7 years ago

drivebass commented 7 years ago

I keep getting this notice:

Notice: Undefined index: root in .../themes/theme-name/wp-sass/wp-sass.php on line 119

I have check for any syntax errors etc inside my .scss file that might cause this but no luck. Ay idea anyone. WP-SASS folder is inside my theme's folder.

Any ideas what would probably cause the notice?

VsevolodKurochka commented 6 years ago

This error occurs because there is already such a variable. It does not create the required array. And when we comment on the creation of the condition, then everything works.

Comment this line - http://prntscr.com/j5h90t . And all will work nice!

Good luck!

VipulDubey27 commented 5 years ago

Undefined index: root