Skip to content

Commit

Permalink
Bytte fra Less til Sass som entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
macbruker committed Jul 30, 2024
1 parent 61d3f17 commit a66cf64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="stylesheet" href="/src/styles.less" />
<link rel="stylesheet" href="/src/styles.scss" />
<title>Arbeidsforhold - @navikt/arbeidsforhold</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import './index.less';
import './index.scss';
import { setUpMock } from './clients/apiMock';
import { Environment } from './utils/environment';

Expand Down

0 comments on commit a66cf64

Please sign in to comment.