style-child-theme.scss 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /*
  2. Theme Name: SEEDLET CHILD THEME
  3. Theme URI: https://wordpress.com/theme/seedlet
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: Seedlet is a free WordPress theme. A two-column layout and classically elegant typography creates a refined site that gives your works and images space to breathe - and shine. Seedlet was built to be the perfect partner to the block editor, and supports all the latest blocks. Writing, audio, illustrations, photography, video - use Seedlet to engage and direct visitors' eyes, without your theme getting in the way. And the responsive design shifts naturally between desktop and mobile devices. Seedlet is a great option for professionals and creatives looking for a sophisticated vibe. Whether you're looking to create a blog or a robust site promoting your business, do with simplicity, style, and Seedlet.
  7. Requires at least: 4.9.6
  8. Tested up to: 5.4.1
  9. Requires PHP: 5.6.2
  10. Version: 1.0.0
  11. License: GNU General Public License v2 or later
  12. License URI: LICENSE
  13. Template: seedlet
  14. Text Domain: seedlet-child-theme
  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, auto-loading-homepage, full-site-editing, jetpack-global-styles
  16. This theme, like WordPress, is licensed under the GPL.
  17. Use it to make something cool, have fun, and share what you've learned with others.
  18. Seedlet is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc.
  19. Underscores is distributed under the terms of the GNU GPL v2 or later.
  20. Normalizing styles have been helped along thanks to the fine work of
  21. Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  22. */
  23. /**
  24. * Abstracts
  25. * - Mixins, variables and functions
  26. */
  27. @import "../abstracts/imports";
  28. /**
  29. * Child Theme Deep
  30. */
  31. @import "config-child-theme";
  32. /**
  33. * Base
  34. * - Reset the browser
  35. */
  36. @import "../base/imports";
  37. /**
  38. * Layout
  39. * - Structral and responsive styles
  40. */
  41. @import "../layout/imports";
  42. /**
  43. * Elements
  44. * - Styles for basic HTML elemants
  45. */
  46. @import "../elements/imports";
  47. /**
  48. * Blocks
  49. * - These styles replace key Gutenberg Block styles for fonts, colors, and
  50. * spacing with CSS-variables overrides
  51. * - In the future the Block styles may get compiled to individual .css
  52. * files and conditionally loaded
  53. */
  54. @import "../blocks/imports";
  55. /**
  56. * Components
  57. * - Similar to Blocks but exist outside of the "current" editor context
  58. */
  59. @import "../components/imports";
  60. /**
  61. * Site Pages
  62. * - Page specific styles
  63. */
  64. @import "../pages/imports";
  65. /**
  66. * Vendors
  67. * - Styles for 3rd party plugins and WP extensions
  68. */
  69. @import "../vendors/imports";
  70. /**
  71. * Child Theme Extra Styles
  72. */
  73. @import "extra-child-theme";