style.scss (3262B)
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 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 18 Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc. 19 Underscores is distributed under the terms of the GNU GPL v2 or later. 20 21 Normalizing styles have been helped along thanks to the fine work of 22 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ 23 24 Bundled block pattern images: 25 Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX 26 Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3 27 Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L 28 Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H 29 */ 30 31 /*-------------------------------------------------------------- 32 >>> TABLE OF CONTENTS: 33 ---------------------------------------------------------------- 34 # Variables 35 # Normalize 36 # Typography 37 ## Headings 38 ## Copy 39 # Elements 40 ## Lists 41 ## Tables 42 # Forms 43 ## Buttons 44 ## Fields 45 # Navigation 46 ## Links 47 ## Menus 48 ## Next & Previous 49 # Accessibility 50 # Alignments 51 # Clearings 52 # Layout 53 # Widgets 54 # Content 55 ## Archives 56 ## Posts and pages 57 ## Comments 58 # Blocks 59 # Media 60 ## Captions 61 ## Galleries 62 --------------------------------------------------------------*/ 63 @import "sass/variables-site/variables-site"; 64 @import "sass/mixins/mixins-master"; 65 66 /* Normalize */ 67 68 @import "sass/normalize"; 69 70 /* Typography */ 71 72 @import "sass/typography/typography"; 73 74 /* Elements */ 75 76 @import "sass/elements/elements"; 77 78 /* Forms */ 79 80 @import "sass/forms/forms"; 81 82 /* Navigation */ 83 84 @import "sass/navigation/navigation"; 85 86 /* Accessibility */ 87 88 @import "sass/modules/accessibility"; 89 90 /* Alignments */ 91 92 @import "sass/modules/alignments"; 93 94 /* Clearings */ 95 96 @import "sass/modules/clearings"; 97 98 /* Layout */ 99 100 @import "sass/layout/layout"; 101 102 /* Content */ 103 104 @import "sass/site/site"; 105 106 /* Widgets */ 107 108 @import "sass/site/secondary/widgets"; 109 110 /* Blocks */ 111 112 @import "sass/blocks/blocks"; 113 114 /* Media */ 115 116 @import "sass/media/media";