style-child-theme.scss 2.5 KB

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