From 3868ba296d757ca2ffb4fc6231c7a7f3e3fbe584 Mon Sep 17 00:00:00 2001 From: Boros Bence Date: Sat, 21 Sep 2024 10:26:15 +0200 Subject: [PATCH] scss import jav 2 --- assets/css/jekyll-theme-chirpy.scss | 12 ++++++++---- assets/css/referencia.css | 0 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 assets/css/referencia.css diff --git a/assets/css/jekyll-theme-chirpy.scss b/assets/css/jekyll-theme-chirpy.scss index 71c5c7e..5ddad2c 100644 --- a/assets/css/jekyll-theme-chirpy.scss +++ b/assets/css/jekyll-theme-chirpy.scss @@ -1,22 +1,26 @@ +--- +--- + /* If the number of TAB files has changed, the following variable is required. And it must be defined before `@import`. */ $tab-count: {{ site.tabs | where: "show", true | size | plus: 1 }}; // plus 1 for home tab + @import 'main {%- if jekyll.environment == 'production' -%} .bundle {%- endif -%} '; -@import '/assets/css/cards.css'; -@import '/assets/css/carousel.css'; - /* append your custom style below */ /* Referencia oldal */ +@import 'cards.css'; +@import 'carousel.css'; + .carousel .carousel-item { height: 40vh; overflow: hidden; @@ -34,4 +38,4 @@ $tab-count: {{ site.tabs | where: "show", true | size | plus: 1 }}; // plus 1 fo .carousel .carousel-item { height: 25vh; } -} +} \ No newline at end of file diff --git a/assets/css/referencia.css b/assets/css/referencia.css deleted file mode 100644 index e69de29..0000000