123456789101112131415161718192021222324252627282930 |
- /*
- Theme Name: Spearhead
- Theme URI: https://wordpress.com/theme/spearhead
- Author: Automattic
- Author URI: https://automattic.com/
- Description: Share your podcast with the world using Spearhead.
- Requires at least: 5.5
- Tested up to: 5.5
- Requires PHP: 5.6.2
- Version: 1.3.17
- License: GNU General Public License v2 or later
- License URI: LICENSE
- Template: seedlet
- Text Domain: spearhead
- Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, jetpack-global-styles
- */
- @import "../../../seedlet/assets/sass/abstracts/mixins";
- @import "author-bio";
- @import "breakpoints";
- @import "responsive";
- @import "posts-and-pages";
- @import "text";
- @import "header";
- @import "footer";
- @import "archive";
- @import "block-extends";
- @import "search";
- @import "meta";
- @import "woocommerce";
|