style.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /*
  2. Theme Name: Sophisticated Business
  3. Theme URI: https://github.com/automattic/themes
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Template: twentynineteen
  7. Description: Your classy establishment needs an equally classy website to showcase your delicious food and special concoctions! With its bold typography and chic color scheme, Sophisticated Business exudes the same cool, intimate atmosphere as an upscale bar, lounge, or pub.
  8. Requires at least: WordPress 4.9.6
  9. Version: 1.5
  10. License: GNU General Public License v2 or later
  11. License URI: LICENSE
  12. Text Domain: sophisticated-business
  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. 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. Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 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. >>> TABLE OF CONTENTS:
  23. ----------------------------------------------------------------
  24. # Variables
  25. # Normalize
  26. # Typography
  27. ## Headings
  28. ## Copy
  29. # Elements
  30. ## Lists
  31. ## Tables
  32. # Forms
  33. ## Buttons
  34. ## Fields
  35. # Navigation
  36. ## Links
  37. ## Menus
  38. ## Next & Previous
  39. # Accessibility
  40. # Alignments
  41. # Clearings
  42. # Layout
  43. # Widgets
  44. # Content
  45. ## Archives
  46. ## Posts and pages
  47. ## Comments
  48. # Blocks
  49. # Media
  50. ## Captions
  51. ## Galleries
  52. --------------------------------------------------------------*/
  53. @import "sass/variables-site/variables-site";
  54. @import "sass/mixins/mixins-master";
  55. /* Normalize */
  56. @import "sass/normalize";
  57. /* Typography */
  58. @import "sass/typography/typography";
  59. /* Elements */
  60. @import "sass/elements/elements";
  61. /* Forms */
  62. @import "sass/forms/forms";
  63. /* Navigation */
  64. @import "sass/navigation/navigation";
  65. /* Accessibility */
  66. @import "sass/modules/accessibility";
  67. /* Alignments */
  68. @import "sass/modules/alignments";
  69. /* Clearings */
  70. @import "sass/modules/clearings";
  71. /* Layout */
  72. @import "sass/layout/layout";
  73. /* Content */
  74. @import "sass/site/site";
  75. /* Widgets */
  76. @import "sass/site/secondary/widgets";
  77. /* Blocks */
  78. @import "sass/blocks/blocks";
  79. /* Site Builder */
  80. @import "sass/blocks/site-builder";
  81. /* Media */
  82. @import "sass/media/media";