[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 // Blocks 2 // - These styles replace key Gutenberg Block styles with font, color, and 3 // spacing with CSS-variables overrides 4 // - In the future the Block styles may get compiled to individual .css 5 // files and conditionally loaded 6 7 @import "audio/style"; 8 @import "button/style"; 9 @import "code/style"; 10 @import "columns/style"; 11 @import "cover/style"; 12 @import "file/style"; 13 @import "gallery/style"; 14 @import "group/style"; 15 @import "heading/style"; 16 @import "image/style"; 17 @import "latest-comments/style"; 18 @import "latest-posts/style"; 19 @import "legacy/style"; // "Blocks" from the legacy WP editor, ie: galleries, .button class, etc. 20 @import "list/style"; 21 @import "media-text/style"; 22 @import "navigation/style"; 23 @import "paragraph/style"; 24 @import "preformatted/style"; 25 @import "pullquote/style"; 26 @import "query-loop/style"; 27 @import "quote/style"; 28 @import "rss/style"; 29 @import "search/style"; 30 @import "separator/style"; 31 @import "social-icons/style"; 32 @import "table/style"; 33 @import "tag-clould/style"; 34 @import "verse/style"; 35 @import "video/style"; 36 @import "utilities/font-sizes"; 37 @import "utilities/style"; // 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 |