mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 09:31:19 +02:00
Add autoprefixer to css build (#6029)
* Add autoprefixer to css build * also use autoprefixer on theme files
This commit is contained in:
committed by
techknowlogick
parent
d0cb5aa9f9
commit
353282e658
12
package.json
12
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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user