Thread Starter
adamcs
(@adamcs)
Thats great, thanks @viadat, appreciate it, have a good day!
Thread Starter
adamcs
(@adamcs)
Just in case anyone else has a similar problem to this, i fixed this by changing the scope of my file watcher that compiles my SCSS files.
Basically when i was saving my theme SCSS files it was compiling my complete local projects SCSS files including the plugin folder which has woocommerce in it.
I’m guessing bourbon is something that is installed on your computer which compiles the files locally etc. So when my file watcher compiled it, it automatically broke because it cant find reference to bourbon etc.
Cheers