Use autoprefixer in UI build

(cherry picked from commit 47a05ecb36e5c960b4f6ca7d279df7c281114611)

Closes #5024
This commit is contained in:
Bogdan 2024-08-16 16:13:20 +03:00
parent 30ceb77615
commit 34ac9dbfcb
3 changed files with 85 additions and 34 deletions

View file

@ -16,6 +16,7 @@ const mixinsFiles = [
module.exports = {
plugins: [
'autoprefixer',
['postcss-mixins', {
mixinsFiles
}],