gutenberg-starter-theme
gutenberg-starter-theme copied to clipboard
A simple theme for testing Gutenberg.
Hi, Anyway to modernize the dev workflow ? npm, sass, composer... Thanks in advance
hey all, This is more of a "wish list" than an issue. It would be really nice if the primary navigation could allow users to skip all the sub-links, and...
Some recent theme support options have been included in Gutenberg. I wanted to make sure the starter theme supported these. - line-height - widget-blocks screen
Why in this official theme for gutenberg, backend and frontend does not match the view? how developers will make themes compatible with gutenberg, even if this theme is not relevant?...
Hi, Given this theme is written in HTML5, it should declare HTML5 support for styles and script to avoid using `type` attributes in styles and scripts. Otherwise, W3C validator will...
I am trying to install the Gutenberg Starter theme and it says to down load the ZIP file and upload the theme. When I click on download ZIP it isn't...
Hi, I translated pot file into spanish. Jacobo
As you can see by my commits I've added an if statement on one of your files. For WP this is a best practices pieces of code, you can find...
Just throwing this question. Any plans on adding the sass functionality and WP Gulp / Gulp functionality?
This CSS causes browser upscaling. https://github.com/WordPress/gutenberg-starter-theme/blob/0661152adcf38efd3294950a7eb99d0cc39c3882/css/blocks.css#L151-L153 along with this CSS https://github.com/WordPress/gutenberg-starter-theme/blob/0661152adcf38efd3294950a7eb99d0cc39c3882/css/blocks.css#L160-L166 It is counter to aligning left or right to make the image 100% width.