From 1cb220ef54ddaf635b322d8c24f38613f371285e Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 5 Jun 2022 15:43:08 +0200 Subject: feat: New frontpage --- apps/frontpage/src/routes/app.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/frontpage/src/routes/app.scss (limited to 'apps/frontpage/src/routes/app.scss') diff --git a/apps/frontpage/src/routes/app.scss b/apps/frontpage/src/routes/app.scss new file mode 100644 index 0000000..73a46ba --- /dev/null +++ b/apps/frontpage/src/routes/app.scss @@ -0,0 +1,7 @@ +@use '../../web-shared/src/styles/base' as *; +@use '../../web-shared/src/styles/custom-style/colors'; +@use '../../web-shared/src/styles/custom-style/spacing'; +@use '../../web-shared/src/styles/custom-style/shared-styles'; +@use '../../web-shared/src/styles/custom-style/typography'; +@use '../../web-shared/src/styles/custom-style/util'; +@use '../../web-shared/src/styles/components/responsive-sidebar'; -- cgit v1.3