view package.json @ 7174:65069004c2a2

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.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 16 Feb 2018 02:13:28 +0100
parents 1969f7dfb6b0
children 6c3bb9a845d7
line wrap: on
line source

{
  "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"
  }
}