[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentynineteen/ -> style.scss (source)

   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  Tested up to: 6.5
   8  Requires at least: 4.7
   9  Requires PHP: 5.2.4
  10  Version: 2.8
  11  License: GNU General Public License v2 or later
  12  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  13  Text Domain: twentynineteen
  14  Tags: one-column, 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
  15  
  16  This theme, like WordPress, is licensed under the GPL.
  17  Use it to make something cool, have fun, and share what you've learned with others.
  18  
  19  Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
  20  Underscores is distributed under the terms of the GNU GPL v2 or later.
  21  
  22  Normalizing styles have been helped along thanks to the fine work of
  23  Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  24  
  25  Bundled block pattern images:
  26  Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
  27  Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
  28  Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
  29  Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
  30  */
  31  
  32  /*--------------------------------------------------------------
  33  >>> TABLE OF CONTENTS:
  34  ----------------------------------------------------------------
  35  # Variables
  36  # Normalize
  37  # Typography
  38      ## Headings
  39      ## Copy
  40  # Elements
  41      ## Lists
  42      ## Tables
  43  # Forms
  44      ## Buttons
  45      ## Fields
  46  # Navigation
  47      ## Links
  48      ## Menus
  49      ## Next & Previous
  50  # Accessibility
  51  # Alignments
  52  # Clearings
  53  # Layout
  54  # Widgets
  55  # Content
  56      ## Archives
  57      ## Posts and pages
  58      ## Comments
  59  # Blocks
  60  # Media
  61      ## Captions
  62      ## Galleries
  63  --------------------------------------------------------------*/
  64  @import "sass/variables-site/variables-site";
  65  @import "sass/mixins/mixins-master";
  66  
  67  /* Normalize */
  68  
  69  @import "sass/normalize";
  70  
  71  /* Typography */
  72  
  73  @import "sass/typography/typography";
  74  
  75  /* Elements */
  76  
  77  @import "sass/elements/elements";
  78  
  79  /* Forms */
  80  
  81  @import "sass/forms/forms";
  82  
  83  /* Navigation */
  84  
  85  @import "sass/navigation/navigation";
  86  
  87  /* Accessibility */
  88  
  89  @import "sass/modules/accessibility";
  90  
  91  /* Alignments */
  92  
  93  @import "sass/modules/alignments";
  94  
  95  /* Clearings */
  96  
  97  @import "sass/modules/clearings";
  98  
  99  /* Layout */
 100  
 101  @import "sass/layout/layout";
 102  
 103  /* Content */
 104  
 105  @import "sass/site/site";
 106  
 107  /* Widgets */
 108  
 109  @import "sass/site/secondary/widgets";
 110  
 111  /* Blocks */
 112  
 113  @import "sass/blocks/blocks";
 114  
 115  /* Media */
 116  
 117  @import "sass/media/media";


Generated : Fri May 3 08:20:01 2024 Cross-referenced by PHPXref