style.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /*
  2. Theme Name: Modern Business
  3. Theme URI: https://wordpress.com/theme/modern-business
  4. Author: the WordPress team
  5. Author URI: https://wordpress.org/
  6. Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
  7. Requires at least: WordPress 4.9.6
  8. Template: twentynineteen
  9. Version: 1.7.11
  10. License: GNU General Public License v2 or later
  11. License URI: LICENSE
  12. Text Domain: twentynineteen
  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
  14. Status: inactive
  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. Modern Business is based on Underscores https://underscores.me/, (C) 2012-2018 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. >>> TABLE OF CONTENTS:
  24. ----------------------------------------------------------------
  25. # Variables
  26. # Normalize
  27. # Typography
  28. ## Headings
  29. ## Copy
  30. # Elements
  31. ## Lists
  32. ## Tables
  33. # Forms
  34. ## Buttons
  35. ## Fields
  36. # Navigation
  37. ## Links
  38. ## Menus
  39. ## Next & Previous
  40. # Accessibility
  41. # Alignments
  42. # Clearings
  43. # Layout
  44. # Widgets
  45. # Content
  46. ## Archives
  47. ## Posts and pages
  48. ## Comments
  49. # Blocks
  50. # Media
  51. ## Captions
  52. ## Galleries
  53. --------------------------------------------------------------*/
  54. @import "sass/variables-site/variables-site";
  55. @import "sass/mixins/mixins-master";
  56. /* Normalize */
  57. @import "sass/normalize";
  58. /* Typography */
  59. @import "sass/typography/typography";
  60. /* Elements */
  61. @import "sass/elements/elements";
  62. /* Forms */
  63. @import "sass/forms/forms";
  64. /* Navigation */
  65. @import "sass/navigation/navigation";
  66. /* Accessibility */
  67. @import "sass/modules/accessibility";
  68. /* Alignments */
  69. @import "sass/modules/alignments";
  70. /* Clearings */
  71. @import "sass/modules/clearings";
  72. /* Layout */
  73. @import "sass/layout/layout";
  74. /* Content */
  75. @import "sass/site/site";
  76. /* Widgets */
  77. @import "sass/site/secondary/widgets";
  78. /* Blocks */
  79. @import "sass/blocks/blocks";
  80. /* Site Builder */
  81. @import "sass/blocks/site-builder";
  82. /* Media */
  83. @import "sass/media/media";