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

+
+