view kallithea/public/less/main.less @ 7057:a9cbc30e19fa

less: build custom Bootstrap from bootstrap.less instead of using plain upstream version - add current version of bootstrap to package.json dependencies - import bootstrap.less in main.less - remove bootstrap.css from root.html (the file will be removed later) bootstrap.js is still handled as before.
author domruf <dominikruf@gmail.com>
date Tue, 24 Oct 2017 21:47:09 +0200
parents 6085ccdf56a8
children 25e079891ff5
line wrap: on
line source

/*!
 * Don't edit the css file directly.
 *
 * Instead, edit the less file(s) and regenerate the css:
 *
 * npm --prefix kallithea/public/less install
 * npm --prefix kallithea/public/less run less
 *
 */

/* 3rd party styles */
@import "node_modules/bootstrap/less/bootstrap.less";

/* kallithea styles */
@import "kallithea-variables.less";
@import "kallithea-tags.less";
@import "yui-ac.less";
@import "kallithea-select2.less";
@import "kallithea-diff.less";
@import "style.less";