view package.json @ 7226:f534b213bc9b

less: introduce @kallithea-theme-inverse-bg variable One color is rarely suitable both as background color and as text color. Thus, introduce an alternative to @kallithea-theme-main-color but let it default to be the same.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 02:11:11 +0200
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"
  }
}