specimen-skeleton
specimen-skeleton copied to clipboard
An Eleventy-based specimen boilerplate
https://medium.com/@bretdoucette/part-4-what-is-event-delegation-in-javascript-f5c8c0de2983 As per advice from @pascalw 👍
Variable font animations should be made as performant as possible: - Use requestanimationframe when triggering from JS - Use Intersection Observer to detect elements in view - Debounce/throttle?
When running 'yarn build' or 'yarn start' on macOS with Bash & Node v21.1.0, you get an error because * gets interpreted as a glob pattern. Surround the specs with...
Bumps [luxon](https://github.com/moment/luxon) from 1.21.3 to 1.28.1. Changelog Sourced from luxon's changelog. Changelog 3.2.0 (2022-12-29) Allow timeZone to be specified as an intl option Fix for diff's handling of end-of-month when...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...