Fix select background appearance on iOS

And make use of autoprefixer
This commit is contained in:
Bogdan
2024-08-16 16:13:20 +03:00
parent 3155343bcc
commit ad061e7ece
4 changed files with 79 additions and 34 deletions

View File

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