style-child-theme.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /*
  2. Theme Name: Shawburn
  3. Theme URI: https://wordpress.com/theme/shawburn
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: Shawburn is the ideal choice for creating an online presence for your business.
  7. Requires at least: WordPress 4.9.6
  8. Version: 1.4.29
  9. License: GNU General Public License v2 or later
  10. License URI: LICENSE
  11. Template: varia
  12. Text Domain: shawburn
  13. 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, jetpack-global-styles, wpcom-fse
  14. AMP: true
  15. This theme, like WordPress, is licensed under the GPL.
  16. Use it to make something cool, have fun, and share what you've learned with others.
  17. Shawburn is a child theme of Varia which is based on Underscores https://underscores.me/, (C) 2012-2019 Automattic, Inc.
  18. Underscores is distributed under the terms of the GNU GPL v2 or later.
  19. Normalizing styles have been helped along thanks to the fine work of
  20. Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  21. */
  22. /**
  23. * Abstracts
  24. * - Mixins, variables and functions
  25. */
  26. @import "../../varia/sass/abstracts/imports";
  27. /**
  28. * Global variables
  29. */
  30. @import "global-variables";
  31. :root {
  32. @include global-variables();
  33. }
  34. /**
  35. * Child Theme Name
  36. */
  37. @import "config-child-theme-deep";
  38. /**
  39. * Base
  40. * - Reset the browser
  41. */
  42. @import "../../varia/sass/base/imports";
  43. /**
  44. * Layout
  45. * - Structral and responsive styles
  46. */
  47. @import "../../varia/sass/layout/imports";
  48. /**
  49. * Elements
  50. * - Styles for basic HTML elemants
  51. */
  52. @import "../../varia/sass/elements/imports";
  53. /**
  54. * Blocks
  55. * - These styles replace key Gutenberg Block styles for fonts, colors, and
  56. * spacing with CSS-variables overrides
  57. * - In the future the Block styles may get compiled to individual .css
  58. * files and conditionally loaded
  59. */
  60. @import "../../varia/sass/blocks/imports";
  61. /**
  62. * Components
  63. * - Similar to Blocks but exist outside of the "current" editor context
  64. */
  65. @import "../../varia/sass/components/imports";
  66. /**
  67. * Site Pages
  68. * - Page specific styles
  69. */
  70. @import "../../varia/sass/pages/imports";
  71. /**
  72. * Responsive Logic
  73. * - Loading this last to respect cascaing rules
  74. */
  75. @import "../../varia/sass/abstracts/responsive-logic";
  76. /**
  77. * Vendors
  78. * - Styles for 3rd party plugins and WP extensions
  79. */
  80. @import "../../varia/sass/vendors/imports";
  81. /**
  82. * Child Theme Extra Styles
  83. */
  84. @import "extra-child-theme";
  85. /**
  86. * Site Navigation Styles
  87. */
  88. @import "site-navigation";
  89. /**
  90. * Full Site Editing
  91. * - Full Site Editing overrides
  92. */
  93. @import "full-site-editing";