From a66cf644dd44beab681ccd77c86ea3221ae3070b Mon Sep 17 00:00:00 2001 From: Martin Berglund Date: Tue, 30 Jul 2024 09:14:04 +0200 Subject: [PATCH] Bytte fra Less til Sass som entry point --- example/index.html | 2 +- src/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/index.html b/example/index.html index 4140ae8..316cf89 100644 --- a/example/index.html +++ b/example/index.html @@ -3,7 +3,7 @@ - + Arbeidsforhold - @navikt/arbeidsforhold diff --git a/src/index.tsx b/src/index.tsx index 170a337..6dcd62b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,4 +1,4 @@ -import './index.less'; +import './index.scss'; import { setUpMock } from './clients/apiMock'; import { Environment } from './utils/environment';