style.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /*
  2. Theme Name: Seedlet
  3. Theme URI: https://github.com/Automattic/themes/seedlet
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: A simple, text-driven, single-column theme.
  7. Requires at least: 4.9.6
  8. Tested up to: 5.4.1
  9. Requires PHP: 7.3
  10. Version: 1.0.1-wpcom
  11. License: GNU General Public License v2 or later
  12. License URI: LICENSE
  13. Text Domain: seedlet
  14. 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
  15. Seedlet WordPress Theme, (C) 2020 Automattic, Inc.
  16. Seedlet is distributed under the terms of the GNU GPL.
  17. This program is free software: you can redistribute it and/or modify
  18. it under the terms of the GNU General Public License as published by
  19. the Free Software Foundation, either version 2 of the License, or
  20. (at your option) any later version.
  21. This program is distributed in the hope that it will be useful,
  22. but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  24. GNU General Public License for more details.
  25. Seedlet is derived from Twenty Nineteen. 2018-2020 WordPress.org
  26. Twenty Nineteen is distributed under the terms of the GNU GPL v2 or later.
  27. Seedlet is also based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
  28. Underscores is distributed under the terms of the GNU GPL v2 or later.
  29. Normalizing styles have been helped along thanks to the fine work of
  30. Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  31. Unless otherwise noted, the icons in this theme are derived from the
  32. WordPress Icons Library, licensed under the terms of the GNU GPL v2 or later.
  33. https://github.com/WordPress/gutenberg/tree/master/packages/icons
  34. Seedlet bundles the following third-party resources:
  35. Social Icons
  36. License: GNU General Public License v2 or later
  37. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  38. Source: WordPress Social Link Block (See wp-includes\blocks\social-link.php)
  39. Code from Twenty Twenty
  40. Copyright (C) 2020 WordPress.org
  41. License: GPLv2
  42. Source: https://wordpress.org/themes/twentytwenty/
  43. Included as part of the following classes and functions:
  44. - sanitize_select()
  45. Color Contrast Validation
  46. Copyright (C) 2016 Per Soderlind
  47. License: GNU General Public License v3
  48. License URI: http://www.gnu.org/licenses/gpl-3.0.html
  49. Source: https://github.com/soderlind/2016-customizer-demo
  50. Included as part of the following classes and functions:
  51. - on_customize_controls_enqueue_scripts()
  52. Images from Smithsonian Institution
  53. License: CC0
  54. Source: https://www.si.edu/object/hymenoxys-odorata-dc:nmnhbotany_13045011
  55. https://www.si.edu/object/coccocypselum-guianense-aubl-k-schum:nmnhbotany_10752403
  56. https://www.si.edu/object/coccocypselum-guianense-aubl-k-schum:nmnhbotany_10672835
  57. Included in theme screenshot.
  58. */
  59. // Variables
  60. @import "variables";
  61. // Layout
  62. // - Structral and responsive styles
  63. @import "structure/style";
  64. // Abstracts
  65. // - Mixins, variables and functions
  66. @import "abstracts/style";
  67. // Base
  68. // - Reset the browser
  69. @import "base/style";
  70. // Elements
  71. // - Styles for basic HTML elemants
  72. @import "elements/style";
  73. // Blocks
  74. // - These styles replace key Gutenberg Block styles for fonts, colors, and
  75. // spacing with CSS-variables overrides
  76. // - In the future the Block styles may get compiled to individual .css
  77. // files and conditionally loaded
  78. @import "blocks/style";
  79. // Components
  80. // - Similar to Blocks but exist outside of the "current" editor context
  81. @import "components/style";
  82. // Site Pages
  83. // - Page specific styles
  84. @import "pages/style";
  85. // Vendors
  86. // - Styles for 3rd party plugins and WP extensions
  87. @import "vendors/style";