[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 // Block Styles for the Editor 2 // - These styles replace key Gutenberg Block styles for fonts, colors, and 3 // spacing with CSS-variables overrides in the Block Editor 4 // - In the future the Block styles may get compiled to individual .css 5 // files and conditionally loaded 6 7 @import "button/editor"; 8 @import "code/editor"; 9 @import "cover/editor"; 10 @import "columns/editor"; 11 @import "file/editor"; 12 @import "gallery/editor"; 13 @import "group/editor"; 14 @import "heading/editor"; 15 @import "html/editor"; 16 @import "image/editor"; 17 @import "latest-comments/editor"; 18 @import "latest-posts/editor"; 19 @import "legacy/editor"; // "Blocks" from the legacy WP editor, ie: galleries, .button class, etc. 20 @import "list/editor"; 21 @import "media-text/editor"; 22 @import "navigation/editor"; 23 @import "paragraph/editor"; 24 @import "preformatted/editor"; 25 @import "pullquote/editor"; 26 @import "query-loop/editor"; 27 @import "quote/editor"; 28 @import "rss/editor"; 29 @import "search/editor"; 30 @import "separator/editor"; 31 @import "social-icons/editor"; 32 @import "table/editor"; 33 @import "tag-clould/editor"; 34 @import "verse/editor"; 35 @import "utilities/font-sizes"; 36 @import "utilities/editor"; // Import LAST to cascade properly
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Fri Nov 22 08:20:01 2024 | Cross-referenced by PHPXref |