🚀 Deploy react frontend
Co-authored-by: Øydis Kind Refsum <oydis.kind.refsum@nav.no> Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no> Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no> Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
This commit is contained in:
parent
1805256e3c
commit
21504eed5c
7 changed files with 148 additions and 151 deletions
|
@ -2,9 +2,8 @@
|
|||
module.exports = {
|
||||
presets: [require("@navikt/ds-tailwind")],
|
||||
content: [
|
||||
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
'./components/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
'./app/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
'./src/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
'./index.html',
|
||||
],
|
||||
"theme": {
|
||||
"colors": {
|
||||
|
|
Reference in a new issue