Нема описа

style.scss 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /*
  2. Theme Name: Twenty Nineteen
  3. Theme URI: https://wordpress.org/themes/twentynineteen/
  4. Author: the WordPress team
  5. Author URI: https://wordpress.org/
  6. Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
  7. Requires at least: 4.9.6
  8. Requires PHP: 5.2.4
  9. Version: 2.1
  10. License: GNU General Public License v2 or later
  11. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  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, block-patterns
  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-2020 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. Bundled block pattern images:
  21. Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
  22. Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
  23. Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
  24. Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
  25. */
  26. /*--------------------------------------------------------------
  27. >>> TABLE OF CONTENTS:
  28. ----------------------------------------------------------------
  29. # Variables
  30. # Normalize
  31. # Typography
  32. ## Headings
  33. ## Copy
  34. # Elements
  35. ## Lists
  36. ## Tables
  37. # Forms
  38. ## Buttons
  39. ## Fields
  40. # Navigation
  41. ## Links
  42. ## Menus
  43. ## Next & Previous
  44. # Accessibility
  45. # Alignments
  46. # Clearings
  47. # Layout
  48. # Widgets
  49. # Content
  50. ## Archives
  51. ## Posts and pages
  52. ## Comments
  53. # Blocks
  54. # Media
  55. ## Captions
  56. ## Galleries
  57. --------------------------------------------------------------*/
  58. @import "sass/variables-site/variables-site";
  59. @import "sass/mixins/mixins-master";
  60. /* Normalize */
  61. @import "sass/normalize";
  62. /* Typography */
  63. @import "sass/typography/typography";
  64. /* Elements */
  65. @import "sass/elements/elements";
  66. /* Forms */
  67. @import "sass/forms/forms";
  68. /* Navigation */
  69. @import "sass/navigation/navigation";
  70. /* Accessibility */
  71. @import "sass/modules/accessibility";
  72. /* Alignments */
  73. @import "sass/modules/alignments";
  74. /* Clearings */
  75. @import "sass/modules/clearings";
  76. /* Layout */
  77. @import "sass/layout/layout";
  78. /* Content */
  79. @import "sass/site/site";
  80. /* Widgets */
  81. @import "sass/site/secondary/widgets";
  82. /* Blocks */
  83. @import "sass/blocks/blocks";
  84. /* Media */
  85. @import "sass/media/media";