style.scss 927 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. Theme Name: Spearhead
  3. Theme URI: https://wordpress.com/theme/spearhead
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: Share your podcast with the world using Spearhead.
  7. Requires at least: 5.5
  8. Tested up to: 5.5
  9. Requires PHP: 5.6.2
  10. Version: 1.3.17
  11. License: GNU General Public License v2 or later
  12. License URI: LICENSE
  13. Template: seedlet
  14. Text Domain: spearhead
  15. 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
  16. */
  17. @import "../../../seedlet/assets/sass/abstracts/mixins";
  18. @import "author-bio";
  19. @import "breakpoints";
  20. @import "responsive";
  21. @import "posts-and-pages";
  22. @import "text";
  23. @import "header";
  24. @import "footer";
  25. @import "archive";
  26. @import "block-extends";
  27. @import "search";
  28. @import "meta";
  29. @import "woocommerce";