aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2019-02-11 07:13:30 +0100
committertechknowlogick <matti@mdranta.net>2019-02-11 01:13:30 -0500
commit353282e65880147408382ac4a44473272af53101 (patch)
tree80870b4b158170fc57fc01c7c2725241e14405cf /package.json
parentd0cb5aa9f95888a97a6f4ac39769893da8a0cbaf (diff)
downloadgitea-353282e65880147408382ac4a44473272af53101.tar.gz
gitea-353282e65880147408382ac4a44473272af53101.zip
Add autoprefixer to css build (#6029)
* Add autoprefixer to css build * also use autoprefixer on theme files
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index 7e61ede2f9..5605da52d3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,9 @@
{
- "license": "MIT",
- "devDependencies": {
- "less": "^3.9.0",
- "less-plugin-clean-css": "^1.5.1"
- }
+ "license": "MIT",
+ "devDependencies": {
+ "autoprefixer": "9.4.7",
+ "less": "3.9.0",
+ "less-plugin-clean-css": "1.5.1",
+ "postcss-cli-simple": "3.0.0"
+ }
}