Chuck

Results 15 issues of Chuck

Fixed a small typo.

When installing packages for this unit, `npm install` fails with multiple errors at the `node-sass` package install. Upgrading the `node-sass` version fixes this issue.

According to a message in the terminal, post-deploy hooks are no longer for Prism v. 131 and above. This PR adds a message to the tutorial as such.

In response to our [Twitter conversation](https://twitter.com/MrAhmadAwais/status/1182978097018220544). With regards to the function for IMPROVED, as documented in the `.bashrc/.zshrc` Section: ``` # IMPROVE. function gimp() { gcap "👌 IMPROVE: $@" }...

The template install script currently breaks at `esbuild`. Here is the output: ```shell yarn run v1.22.11 $ esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds ✘ [ERROR] Could not resolve "@hotwired/turbo-rails" app/javascript/application.js:2:7: 2...

I am proposing editing the styles for the default Prism code blocks. In the screenshot below, you can see the default stylings create a "bar" around each link with in...

Refer: #402 The mobile issue was causes by a CSS container class. In the Section component, the computed value `SectionClassInner` concats a `container-base` class. This class was set as `&-base...

Reverts gridsome/gridsome.org#402 @tomtev I have noticed this PR has cased adverse effects on other portions of the site. Let me get back into it today and see if I can...

Fixed a couple of old URL's that Github was already redirecting.