style-child-theme.scss 2.5 KB

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