Files @ 65069004c2a2
Branch filter:

Location: kallithea/package.json - annotation

Mads Kiilerich
less: reduce space around panels and thus make pages more dense

Based on work by Dominik Ruf, but aiming for 10px space both horizontally and
vertically.

Vertical space below panels is hardcoded to @line-height-computed in Bootstrap,
so we need extra styling to override that.
{
  "name": "kallithea",
  "private": true,
  "dependencies": {
    "bootstrap": "3.3.7"
  },
  "devDependencies": {
    "less": "~2.7",
    "less-plugin-clean-css": "~1.5"
  },
  "scripts": {
    "less": "lessc --relative-urls kallithea/public/less/main.less kallithea/public/css/style.css"
  }
}