Brian Coords
Brian Coords
## Description This adds a new landing page template- very useful for doing full designs in the block editor where you don't want the page title to show. ## Motivation...
Now that the theme directory is [displaying block patterns as part of the theme demo](https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/) I was thinking we could include a default set of block patterns, namely ones that...
The `css-compile` task is too slow. This is a pretty common complaint around here. [Sass-embedded](https://www.npmjs.com/package/sass-embedded) is a new package from the makers of sass that lets you use a native...
The Contact Form 7 integration adds a lot of CSS that is most likely not needed for most users. I'd love to see it either spun out as an optional...
## Description Replaces `sass` with `sass-embedded` in package.json ## Motivation and Context Sass has been super slow, this new `sass-embedded` package is way better. ## Types of changes - [...
It's pretty common to have a landing page style page template that doesn't include the title. The basic idea would be the full-width page template but no title at all,...
The search widget that shows up now as a block instead of the old widget doesn't get the correct button/input styling
This is a paired PR along with https://github.com/understrap/postcss-understrap-palette-generator/pull/2 This is a Work In Progress PR. ## Description The idea here is to support theme.json instead of our own custom JSON...
### The Bug **Describe the bug** Off-canvas 'close' icon is hidden behind admin bar when users are logged in **To Reproduce** Steps to reproduce the behavior: Use the Bootstrap5 version...
Dig into why this type of usage from the Bootstrap docs isn't working w/ our build set up ```js var exampleEl = document.getElementById('example') var popover = new bootstrap.Popover(exampleEl, options) ```...