From b595169e3b81fd6c387a3448139ce21ff6e08317 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Fri, 6 Jun 2025 01:17:03 +0200 Subject: [PATCH] chore: final code re-organization after the css refactoring --- src/styles/{mixins.scss => _mixins.css} | 6 ++++-- src/styles/_pages.css | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) rename src/styles/{mixins.scss => _mixins.css} (65%) 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 {