project setup done.

This commit is contained in:
2021-08-09 14:32:18 +09:00
commit aba4aa4660
17 changed files with 11543 additions and 0 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
// Add you postcss configuration here
// Learn more about it at https://github.com/webpack-contrib/postcss-loader#config-files
plugins: [["autoprefixer"]],
};