style-child-theme.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*
  2. Theme Name: Coutoire
  3. Theme URI: https://wordpress.com/theme/coutoire
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: A design system for WordPress sites built with Gutenberg.
  7. Requires at least: WordPress 4.9.6
  8. Version: 1.4.25
  9. License: GNU General Public License v2 or later
  10. License URI: LICENSE
  11. Template: varia
  12. Text Domain: coutoire
  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. Coutoire 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. * Child Theme Deep
  28. */
  29. @import "config-child-theme-deep";
  30. /**
  31. * Base
  32. * - Reset the browser
  33. */
  34. @import "../../varia/sass/base/imports";
  35. /**
  36. * Layout
  37. * - Structral and responsive styles
  38. */
  39. @import "../../varia/sass/layout/imports";
  40. /**
  41. * Elements
  42. * - Styles for basic HTML elemants
  43. */
  44. @import "../../varia/sass/elements/imports";
  45. /**
  46. * Blocks
  47. * - These styles replace key Gutenberg Block styles for fonts, colors, and
  48. * spacing with CSS-variables overrides
  49. * - In the future the Block styles may get compiled to individual .css
  50. * files and conditionally loaded
  51. */
  52. @import "../../varia/sass/blocks/imports";
  53. /**
  54. * Components
  55. * - Similar to Blocks but exist outside of the "current" editor context
  56. */
  57. @import "../../varia/sass/components/imports";
  58. /**
  59. * Site Pages
  60. * - Page specific styles
  61. */
  62. @import "../../varia/sass/pages/imports";
  63. /**
  64. * Responsive Logic
  65. * - Loading this last to respect cascaing rules
  66. */
  67. @import "../../varia/sass/abstracts/responsive-logic";
  68. /**
  69. * Vendors
  70. * - Styles for 3rd party plugins and WP extensions
  71. */
  72. @import "../../varia/sass/vendors/imports";
  73. /**
  74. * Child Theme Extra Styles
  75. */
  76. @import "extra-child-theme";