Sami Keijonen
Sami Keijonen
Best practises have [section for file structure](https://10up.github.io/Engineering-Best-Practices/structure/), including CSS / SASS. I'd still like to open new issue for CSS / SASS architecture which tries to take deeper dive why...
We might want to ignore `composer.lock` file. > For your library you may commit the composer.lock file if you want to. This can help your team to always test against...
I got this kind of error when I try to switch hook `cmb2_init` to `cmb2_admin_init` as current version is [suggesting](https://github.com/WebDevStudios/CMB2/blob/master/example-functions.php). ``` Fatal error: Cannot redeclare cmb2_dir() (previously declared in ...\wp-content\plugins\cmb2\includes\helper-functions.php:18)...
Add body class like `membership-valid` when membership has not expired yet.
Should we make an option to make excerpt private? Now they are never private.
There is [support for gradient bg](https://github.com/WordPress/gutenberg/pull/17169).
[Here is post about 5.7.0](https://make.wordpress.org/core/2019/05/15/whats-new-in-gutenberg-15th-may/).
See comment about [changing the deafult button style variant](https://github.com/WordPress/gutenberg/issues/11451#issuecomment-458463329).
Here is the [PR for section block](https://github.com/WordPress/gutenberg/pull/13964).