generator-chisel icon indicating copy to clipboard operation
generator-chisel copied to clipboard

Chisel is a development framework for creating easy to maintain and fast WordPress websites.

Results 64 generator-chisel issues
Sort by recently updated
recently updated
newest added

Hi, what do you think about adding the: `overscroll-behavior-y: none;` to the body element? This will prevent from overscrolling vertically. Personally, this drives me crazy, and I'm this with Stylish...

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 1.1.0 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

Our `base.twig` template is missing a function that triggers `wp_body_open` hook that was introduced in version 5.2 of WordPress. Here's a snippet that I use in my current project: ```...

### Installation and Testing ```bash # install yarn global add generator-chisel@next # or npm -g install generator-chisel@next # after installation global chisel command should be added # go to empty...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Updated packages + I made changes for the new version of webpack and webpack plugins.

Our current implementation `add_theme_support( 'post-formats' );` throws PHP Notice ``` Notice: add_theme_support( 'post-formats' ) was called incorrectly. You need to pass an array of post formats. ```

Minor thing, but still ;). ``` src/styles/elements/_blockquote.scss src/styles/generic/_box-sizing.scss src/styles/tools/_clearfix.scss ``` We're using `:before` instead of `::before`. Same goes for after.

It's an a11y good practice to have a skip link. It's might look like something like this: `templates/layout/base.twig` ``` {{ __('Skip to content', 'text-domain') }} ... ... {% block content...