1
votes

I am using bootstrap to design a web site. i downloaded the latest version of a less compiler simpless from their web site. When im trying to compile bootstrap.less i am getting this

"Syntax error in carousel.less on line 83".

Or when i try to import bootstrap.less in to my custom less file

@import 'bootstrap/bootstrap.less'

it gives me another error

"Result of expressin styles.less on e.message" [undefined] is not an object" why am i getting this error

1

1 Answers

2
votes

SimpLESS v1.x uses quite ancient version of the LESS compiler which is incompatible with Bootstrap 3. Upgrade to SimpLESS 2 or consider alternatives.