yldm
yldm

Reputation: 164

Bootstrap compiled less files not the same as given css

I need to make a few adjustments to the bootstrap css I'm using and I was trying to play around with the given less files, but compiling them does not give the same result as the provided css files from the bootstrap website. To compile I used the command lessc bootstrap.less file.css, after reading that this .less file is importing everything else and it is the way to compile multiple less files into one. My resulted css file has lacks a considerable amount of features, in comparison to the given bootstrap.css I can download from the website. How could I get the same css from the less files?

Upvotes: 1

Views: 152

Answers (1)

WaelJ
WaelJ

Reputation: 3012

Make sure that you have updated to the latest version.

I believe version 3.0 should suffice?

Upvotes: 1

Related Questions