Sha256: 2fa20594bbb324698087fe412f6d162b40ee6505b55bb0eac0a152d7798a8d4b

Contents?: true

Size: 1.87 KB

Versions: 1

Compression:

Stored size: 1.87 KB

Contents

//==================================================================
// Stylesheets for redeyed-jekyll-theme
//
// RedEyed Jekyll Theme v0.1.3 (https://github.com/RedEyed-RPG/redeyed-jekyll-theme)
// Copyright © 2022 ~ Ragdata & RedEyed RPG
// MIT Licensed
//==================================================================

// -----------------------------------------------------------------
// IMPORT THEME MIXINS & VARIABLES
// -----------------------------------------------------------------
@import "theme/mixins";
@import "theme/variables";
@import "theme/common";

// -----------------------------------------------------------------
// IMPORT MAIN BOOTSTRAP SCSS
// -----------------------------------------------------------------
@import "lib/bootstrap-5.0.2/scss/bootstrap";

// -----------------------------------------------------------------
// IMPORT REMAINING THEME FILES
// -----------------------------------------------------------------
@import
    "variables-hook",
    "layouts/breakpoints",
    "layouts/base";

@if $layout == 'default' or $layout == 'panel-none' {
    @import "layouts/panel-none";
} @else if $layout == 'panel-both' {
    @import "layouts/panel-both";
} @else if $layout == 'panel-left' {
    @import "layouts/panel-left";
} @else if $layout == 'panel-right' {
    @import "layouts/panel-right";
} @else if $layout == 'post' {
    @import "layouts/post";
} @else if $layout == 'archive' {
    @import "layouts/archive";
} @else if $layout == 'categories' {
    @import "layouts/categories";
} @else if $layout == 'category' {
    @import "layouts/category";
} @else if $layout == 'error' {
    @import "layouts/error";
} @else if $layout == 'page' {
    @import "layouts/page";
} @else if $layout == 'tag' {
    @import "layouts/tag";
} @else if $layout == 'tags' {
    @import "layouts/tags";
}




@import
    "theme/typography",
    "includes/components/alert";

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redeyed-jekyll-theme-0.1.3 _sass/redeyed-jekyll-theme.scss