initial commit

This commit is contained in:
陈文彬
2020-09-28 20:19:10 +08:00
commit 2f6253cfb6
436 changed files with 26843 additions and 0 deletions

4
postcss.config.js Executable file
View File

@@ -0,0 +1,4 @@
const path = require('path');
module.exports = {
plugins: [require('tailwindcss'), require('autoprefixer'), require('postcss-import')],
};