[Src][s]: Move src to root folder

This commit is contained in:
Rising Odegua
2021-05-03 09:30:15 +01:00
parent 1f9f849603
commit 5e8709ca89
22 changed files with 20984 additions and 1012 deletions

8
postcss.config.js Normal file
View File

@@ -0,0 +1,8 @@
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}