diff --git a/.changeset/gentle-geckos-swim.md b/.changeset/gentle-geckos-swim.md new file mode 100644 index 0000000000..0bd20c8612 --- /dev/null +++ b/.changeset/gentle-geckos-swim.md @@ -0,0 +1,6 @@ +--- +"@digdir/designsystemet-css": patch +"@digdir/designsystemet-react": patch +--- + +Add CSS-modules for users to compose Designsystemet CSS diff --git a/apps/storefront/layouts/PageLayout/PageLayout.tsx b/apps/storefront/layouts/PageLayout/PageLayout.tsx index f94b39b2ab..3c74214475 100644 --- a/apps/storefront/layouts/PageLayout/PageLayout.tsx +++ b/apps/storefront/layouts/PageLayout/PageLayout.tsx @@ -1,3 +1,4 @@ +import paragraph from '@digdir/designsystemet-css/baseline/typography/paragraph.module.css'; import { Heading, Link } from '@digdir/designsystemet-react'; import { ArrowLeftIcon } from '@navikt/aksel-icons'; import { Container } from '@repo/components'; @@ -34,7 +35,9 @@ const PageLayout = ({ content, data }: PageLayoutProps) => { {data.backText} -