Search code examples
sasscompass-sassbourbon

how to install bourbon?


I installed bourbon successfully but I can't see any folder in my project why ? enter image description here


Solution

  • Because you are not creating a Bourbon project by installing a gem. You are just installing the Bourbon application. Read about what is gem.

    To create a Bourbon project (ensure that your gems are inside your PATH) run:

    bourbon install
    

    This will create a Bourbon project inside the current folder. Also, see all the docs on the Bourbon's CLI.