-
Notifications
You must be signed in to change notification settings - Fork 522
Install other libraries or Ruby gems in Koala
If you haven’t already installed Sass and Compass:
gem install sass
gem install compass
Then install the library:
e.g. gem install zen-grids
For Compass project, your project should have a config.rb file. Add the require line to it:
e.g. require 'zen-grids'
Finally, add your project into Koala or reload the project.
/* 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