Css – How to override imported styling with tailwind
I have a react project where I use tailwind. I have an index.css file that I am importing at the root of my project. The index.css file looks like this: @import "tailwindcss/base"; @import "@navikt/ds-css"; @import "@navikt/ui-common/styles/index.css"; @import "tailwindcss/components"; @import "tailwindcss/utilities";…