[docs][m]: Set up base nextjs project

This commit is contained in:
Rising Odegua
2021-05-19 09:40:18 +01:00
parent 883767cd55
commit 1e2a76571e
14 changed files with 3375 additions and 0 deletions

8
docs/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: {},
},
}