From 96b913bb5571e51c8597e5fe20fd22ff6a878e0f Mon Sep 17 00:00:00 2001 From: marleyrae Date: Tue, 6 Jun 2023 16:46:31 -0700 Subject: [PATCH] :lipstick: feat: Work on update box --- .idea/cssdialects.xml | 6 +++++ .stylelintrc.json | 4 ++- dist/index.html | 4 +++ dist/style/style.css | 2 +- src/index.liquid | 4 +++ src/style/_mixins.scss | 9 +++++++ src/style/_theme.scss | 4 ++- src/style/components/_Title.scss | 38 ++++++++++++++++++++++++++++ src/style/components/_UpdateBox.scss | 12 +++++++++ src/style/components/_index.scss | 2 ++ 10 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 .idea/cssdialects.xml create mode 100644 src/style/components/_Title.scss create mode 100644 src/style/components/_UpdateBox.scss diff --git a/.idea/cssdialects.xml b/.idea/cssdialects.xml new file mode 100644 index 0000000..67d0d0e --- /dev/null +++ b/.idea/cssdialects.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.stylelintrc.json b/.stylelintrc.json index 4f7bcb1..20100a6 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -16,6 +16,7 @@ "custom-property-pattern": null, "scss/dollar-variable-pattern": null, "scss/percent-placeholder-pattern": null, + "scss/at-mixin-pattern": null, "rem-over-px/rem-over-px": [ true, { @@ -56,7 +57,8 @@ "0", "100vi", "100vb", - "100%" + "100%", + "auto" ], "expandShorthand": true, "recurseLonghand": true, diff --git a/dist/index.html b/dist/index.html index 6c1b278..da621fd 100644 --- a/dist/index.html +++ b/dist/index.html @@ -52,6 +52,10 @@ other sites!

+
+

6 June 2023

+
+