Frontend boilerplate applikasjon
Next.js frontend applikasjon med tailwind Authors: @J0hans1 @amalieem
This commit is contained in:
parent
efa66a1840
commit
a3f00f7e13
15 changed files with 4477 additions and 0 deletions
6
frontend/sprik-frontend/postcss.config.js
Normal file
6
frontend/sprik-frontend/postcss.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Reference in a new issue