first commit

This commit is contained in:
asd
2020-05-07 18:59:46 +08:00
commit dcbd58596c
156 changed files with 55326 additions and 0 deletions

12
postcss.config.js Normal file
View File

@@ -0,0 +1,12 @@
// module.exports = {
// plugins: {
// autoprefixer: {}
// }
// }
module.exports = {
plugins: {
'autoprefixer': {browsers: 'last 5 version'}
}
}