From 329fc73b94852697f7a057957a714d961a2e9e3b Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Fri, 19 Aug 2022 19:57:57 +0200 Subject: create global scss styles --- web/pw-server/src/styles/global.scss | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 web/pw-server/src/styles/global.scss (limited to 'web/pw-server/src/styles/global.scss') diff --git a/web/pw-server/src/styles/global.scss b/web/pw-server/src/styles/global.scss new file mode 100644 index 0000000..9ead606 --- /dev/null +++ b/web/pw-server/src/styles/global.scss @@ -0,0 +1,2 @@ +@forward "./variables.scss"; +@forward "./buttons.scss"; -- cgit v1.2.3