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 trialDaniel Ramirez
Courses Plus Student 684 PointsCould 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
4,624 PointsI also had this issue. Simply reload the page, all your parameters are saved automatically and loaded without error message!
Manuel Palma
6,144 Pointsyou're simply using ; instead of , between the parameters
Daniel Ramirez
Courses Plus Student 684 PointsThanks for your reply and instead I went ahead to downloading the project files instead.