diff --git a/src/styles/mixins.scss b/src/styles/_mixins.css similarity index 65% rename from src/styles/mixins.scss rename to src/styles/_mixins.css index 80f2ae3..8ac58db 100644 --- a/src/styles/mixins.scss +++ b/src/styles/_mixins.css @@ -1,4 +1,6 @@ -@mixin neo-brutalist-card($size: 3px, $offset: $size + 1, $shadow: true, $hoverable: false) { +/* This file is here for historical reasons but is not used anymore */ + +/* @mixin neo-brutalist-card($size: 3px, $offset: $size + 1, $shadow: true, $hoverable: false) { border: $size solid #222; border-radius: $size * 2; @@ -14,4 +16,4 @@ box-shadow: $offset + 1 $offset + 1 0 0 #222; } } -} +} */ diff --git a/src/styles/_pages.css b/src/styles/_pages.css index 15e8cf4..6cf5990 100644 --- a/src/styles/_pages.css +++ b/src/styles/_pages.css @@ -1,3 +1,5 @@ +/* This file is here for historical reasons but is not used anymore */ + @layer page { /* .login {