• Resolved adamcs

    (@adamcs)


    Hi there,

    I’ve just installed woocommerce on a fresh copy of wordpress that was upgraded to 4.1.1 straight away however i am getting SASS errors that the bourbon file to import is not being found or is unreadable on line 9 of activiation.scss.

    I’ve had a look in the woocommerce plugin folder and can see that the @import ‘bourbon’ line is showing up with a ‘cannot resolve path error’. Looking at the readme file this was adding in 2.3.0?

    I can’t see any mention of bourbon on the github repository either and i’m not really familiar with the library either.

    Anyone else had this?

    Cheers

    https://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Thanks for the tip.
    Sometimes you forget you have setup a file watcher.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bourbon Import not found or unreadable’ is closed to new replies.