/*! sphinx-book-theme CSS * BSD 3-Clause License * Copyright (c) 2020, EBP * All rights reserved. * * This follows the 7-1 pattern described here: * https://sass-guidelin.es/#architecture */ // Variables and re-usable SCSS functions @import "abstracts/mixins"; @import "abstracts/variables"; // Basic styling applied throughout site @import "base/base"; @import "base/typography"; @import "base/print"; // Major theme layout, skeleton, and whitespace @import "sections/announcement"; @import "sections/article"; @import "sections/article-container"; @import "sections/header-article"; @import "sections/header-primary"; @import "sections/sidebar-primary"; @import "sections/sidebar-secondary"; @import "sections/footer-content"; @import "sections/footer-article"; // Re-usable components across the theme @import "components/back-to-top"; @import "components/icon-links"; @import "components/logo"; @import "components/search"; // Content blocks in standard Sphinx @import "content/images"; @import "content/margin"; @import "content/quotes"; @import "content/code"; @import "content/notebooks"; // Content blocks from Sphinx extensions @import "extensions/comments"; @import "extensions/thebe";