desktop version supports rtl
This commit is contained in:
+6
-3
@@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-preset-env': {},
|
||||
},
|
||||
plugins: {
|
||||
'autoprefixer': {
|
||||
logical: false
|
||||
},
|
||||
'postcss-preset-env': {},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user