style-child-theme.scss 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /*
  2. Theme Name: Redhill
  3. Theme URI: https://wordpress.com/theme/redhill
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
  7. Requires at least: WordPress 4.9.6
  8. Version: 1.5.24
  9. License: GNU General Public License v2 or later
  10. License URI: LICENSE
  11. Status: inactive
  12. Template: varia
  13. Text Domain: redhill
  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, auto-loading-homepage, a8c-globals-styles
  15. AMP: true
  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. Redhill is a child theme of Varia which 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 "../../varia/sass/abstracts/imports";
  28. /**
  29. * Child Theme Deep
  30. */
  31. @import "config-child-theme-deep";
  32. /**
  33. * Base
  34. * - Reset the browser
  35. */
  36. @import "../../varia/sass/base/imports";
  37. /**
  38. * Layout
  39. * - Structral and responsive styles
  40. */
  41. @import "../../varia/sass/layout/imports";
  42. /**
  43. * Elements
  44. * - Styles for basic HTML elemants
  45. */
  46. @import "../../varia/sass/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 "../../varia/sass/blocks/imports";
  55. /**
  56. * Components
  57. * - Similar to Blocks but exist outside of the "current" editor context
  58. */
  59. @import "../../varia/sass/components/imports";
  60. /**
  61. * Site Pages
  62. * - Page specific styles
  63. */
  64. @import "../../varia/sass/pages/imports";
  65. /**
  66. * Responsive Logic
  67. * - Loading this last to respect cascaing rules
  68. */
  69. @import "../../varia/sass/abstracts/responsive-logic";
  70. /**
  71. * Vendors
  72. * - Styles for 3rd party plugins and WP extensions
  73. */
  74. @import "../../varia/sass/vendors/imports";
  75. /**
  76. * Child Theme Extra Styles
  77. */
  78. @import "extra-child-theme";