diff --git a/.env.local.example b/.env.local.example index 5b058d208..3f6c4d543 100644 --- a/.env.local.example +++ b/.env.local.example @@ -4,4 +4,5 @@ CMS_ENVIRONMENT="development" CMS_URL="https://eu-graphql.contentstack.com/stacks/${CMS_API_KEY}?environment=${CMS_ENVIRONMENT}" CMS_PREVIEW_URL="https://graphql-preview.contentstack.com/stacks/${CMS_API_KEY}?environment=${CMS_ENVIRONMENT}"; CMS_PREVIEW_TOKEN="" -ADOBE_SCRIPT_SRC="" \ No newline at end of file +ADOBE_SCRIPT_SRC="" +DESIGN_SYSTEM_ACCESS_TOKEN="" diff --git a/.prettierignore b/.prettierignore index 272832b59..433d656d1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,10 +1,11 @@ # Directories public/_static - -# Files +# Files app/core.css app/scandic.css .env.local.example .prettierignore -netlify.toml \ No newline at end of file +netlify.toml +package.json +package-lock.json diff --git a/app/[lang]/(live-current)/layout.tsx b/app/[lang]/(live-current)/layout.tsx index 7e3604559..2450b0da6 100644 --- a/app/[lang]/(live-current)/layout.tsx +++ b/app/[lang]/(live-current)/layout.tsx @@ -1,4 +1,4 @@ -/* eslint-disable @next/next/no-css-tags */ +import "@scandic-hotels/design-system/current/style.css" import AdobeScript from "@/components/Current/AdobeScript" import Footer from "@/components/Current/Footer" @@ -22,7 +22,9 @@ export default function RootLayout({ return ( + {/* eslint-disable-next-line @next/next/no-css-tags */} + {/* eslint-disable-next-line @next/next/no-css-tags */}