1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Use autoprefixer in UI build

(cherry picked from commit 47a05ecb36e5c960b4f6ca7d279df7c281114611)

Closes #10319
This commit is contained in:
Bogdan
2024-08-16 16:13:20 +03:00
parent 14e3e1fa35
commit 5b78a1297a
3 changed files with 87 additions and 31 deletions
+1
View File
@@ -16,6 +16,7 @@ const mixinsFiles = [
module.exports = {
plugins: [
'autoprefixer',
['postcss-mixins', {
mixinsFiles
}],