From de77d3e1afe5e7ce0f4974fbcb641e3cdf922c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ribari=C4=87?= <43731400+ribaricplusplus@users.noreply.github.com> Date: Thu, 22 Apr 2021 13:39:45 +0200 Subject: [PATCH] Docs: Link to CSS that wp-block-styles include (#30433) --- docs/how-to-guides/themes/theme-support.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how-to-guides/themes/theme-support.md b/docs/how-to-guides/themes/theme-support.md index 8b925dcd1dc13..404647d6004ae 100644 --- a/docs/how-to-guides/themes/theme-support.md +++ b/docs/how-to-guides/themes/theme-support.md @@ -58,6 +58,8 @@ The block editor allows themes to opt-in to slightly more opinionated styles for add_theme_support( 'wp-block-styles' ); ``` +You can see the CSS that will be included in the [block library theme file](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/theme.scss). + ### Wide Alignment: Some blocks such as the image block have the possibility to define a "wide" or "full" alignment by adding the corresponding classname to the block's wrapper ( `alignwide` or `alignfull` ). A theme can opt-in for this feature by calling: