bdkjones / CodeKit-1-Old

146 stars 1 forks source link

Bourbon imports twice? #621

Closed bob-van-der-bibs closed 11 years ago

bob-van-der-bibs commented 11 years ago

Hi i want to use Bourbon on a project . When i choose 'install/update bourbon files on this project' i can choose afolder where to put the bourbon files. when i do so a folder named 'Bourbon' is created there. But also another folder 'Bourbon' within the first folder 'bourbon'. Doesn't seem right.

bdkjones commented 11 years ago

Interesting. Bourbon may have altered something in their latest release; I'll take a look.

In the meantime, it's entirely unnecessary to install the Bourbon files into your project. Just add

@import "bourbon";

to the top of your main stylesheet and save. CodeKit will do the rest.