Sarah Norris
Sarah Norris
When using the search box, the search returns results correctly automatically. However, when you press the enter key, this returns a 404: It doesn't seem to matter what the search...
#### Changes proposed in this Pull Request: This PR is a proposal to start using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) in our repo, in order to use the format as a way to...
This PR adds additional templates to offer the following options for single posts and pages: - No featured image or cover block (by default) - With a featured image -...
This issue is to list and track any Gutenberg issues that would benefit Twenty Twenty-Three and its variations. Required for base theme (WP 6.1): - [x] https://github.com/WordPress/gutenberg/issues/41142 - [x] https://github.com/WordPress/gutenberg/pull/42847...
As TT3 is focused on style variations, it would be good to remove as many opinionated styles from the block markup as possible. There are a few places where this...
Currently, the style.css and functions.php files are only required to add the following CSS: ``` body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } ``` I don't believe we'll need to add...
This PR attempts to address the concerns raised in https://github.com/WordPress/twentytwentythree/issues/1, without requiring a new theme.json setting for font-smoothing. I mainly want to demonstrate what is currently possible without font-smoothing. In...
These are the tasks required to launch Rainfall on wpcom: - [x] Demo Site - [x] Showcase Entry - [x] Headstart Annotation (D88818-code)
This sets a text colour for the file block button, which overrides a default `:visited` text colour set by [Core here](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/file/style.scss#L34). Fixes https://github.com/WordPress/twentytwentythree/issues/288.
TT3 does not currently enable `dropCap` support. This is based on the same reasoning from TT2 (https://github.com/WordPress/twentytwentytwo/issues/180), in that, there is currently a lack of styling control around this feature....