David HENRIET

Results 8 issues of David HENRIET

### Description In a theme with a /src folder and a /build folder, I want to compile js and scss into css. I used this example https://developer.wordpress.org/news/2023/07/19/beyond-block-styles-part-1-using-the-wordpress-scripts-package-with-themes/ With a dart-sass...

[Type] Bug
[Package] Scripts

Is there any reason to put a `!important` on all inline styles generated by theme.json ? ```css .has-black-800-color { color: var(--wp--preset--color--black-800) !important; } ``` this should be enough ? Would...

[Type] Enhancement
CSS Styling

The subject has already been discussed #56127, is there anything new ? Would it be possible to add CSS style directly to the block in the right-hand side panel in...

[Type] Enhancement
CSS Styling

### Description It's impossible to paste a value in all input fields with CTRL +V, it seems to trigger a TAB ### Step-by-step reproduction instructions 1. Go to admin right...

[Type] Bug

Would it be possible to create a vertical separator ? Currently, only a horizontal separator can be used. https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/separator

[Type] Enhancement
[Block] Separator

## What problem does this address ? **1. hasFixedLayout is not exposed in the block settings UI** In the block.json file for the Table block, there is an attribute :...

[Type] Enhancement
[Block] Table

### Description When using a standard WordPress button block and inserting an `` tag directly inside the button text (e.g. to create an icon button), the image and text are...

[Type] Bug
[Status] In Progress
Needs Design Feedback
[Block] Buttons
[Package] Format library
[Status] In discussion

Great plugin, thank you ! Would it be possible to fix these small warnings for PHP 8.4+ compatibility ? ### Description PHP 8.4 has deprecated implicitly nullable parameters. The method...