-
Notifications
You must be signed in to change notification settings - Fork 522
Unable to build Less Bootstrap in Koala 1.4
In koala 1.4, Less has been update to the version 1.4.0, and this breaks 1.3.1 code. Bootstrap also fails to compile under 1.4.0. Prepare Bootstrap for LESS 1.4.0.
-
Install Node.js, http://nodejs.org/download/
-
Open the terminal, install less 1.3.3:
npm install [email protected] -g
-
Koala settings > "General" > "Use System Libs", checke "less" option. For reference: use custom compiler versions.
-
Now, try to recompile Bootstrap again.
/* START Navbar style+layout changed 260422*/ .navbar-collapse ul.nav.navbar-nav > li { width: 150px; border-bottom: 2px solid #b2b2b2; height: 70px; } .navbar-collapse ul.nav.navbar-nav > li.active { height: 70px; border-bottom: 3px solid #257FA6 !important; } .navbar-collapse ul.nav li a { font-size: 16px !important; font-family: 'Open Sans' !important; color: #2c2c2c !important; height: 54px; border-right: 2px solid #b2b2b2; text-align: center; padding: 10px 18px !impo