Initial project

This commit is contained in:
liangping
2021-07-21 22:07:38 +08:00
commit ae30de057d
465 changed files with 52080 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const rtl = require('postcss-rtl')
module.exports = {
plugins: [rtl()],
}