Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Framework Basics Build a Website with Bootstrap Customizing Bootstrap

Could not parse LESS files!

I'm getting this error when customizing the bootstrap items....

.btn-default { .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border); }

2 Answers

Baruch Yochai
Baruch Yochai
4,624 Points

I also had this issue. Simply reload the page, all your parameters are saved automatically and loaded without error message!

you're simply using ; instead of , between the parameters

Thanks for your reply and instead I went ahead to downloading the project files instead.