[examples/default,#560]: stub nextjs app using tailwind.

This commit is contained in:
Rufus Pollock
2021-05-19 19:11:32 +02:00
parent 2721727c75
commit 52028ae867
11 changed files with 2576 additions and 0 deletions

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