Skip to content

Commit

Permalink
scss import jav 2
Browse files Browse the repository at this point in the history
  • Loading branch information
borosbence committed Sep 21, 2024
1 parent 2791526 commit 3868ba2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions assets/css/jekyll-theme-chirpy.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -34,4 +38,4 @@ $tab-count: {{ site.tabs | where: "show", true | size | plus: 1 }}; // plus 1 fo
.carousel .carousel-item {
height: 25vh;
}
}
}
Empty file removed assets/css/referencia.css
Empty file.

0 comments on commit 3868ba2

Please sign in to comment.