Koen
Koen
This is fixing https://github.com/11ty/eleventy/issues/3206. The issue here is that in partials rendered using `{% render %}`, the `page` and `eleventy` variables do not exist, since the `{% render %}` tag...
### Operating system macOS Sonoma 14.2.1 ### Eleventy 2.0.1 ### Describe the bug Eleventy fails to build if a custom tag is defined and used within a liquid include (if...
This is a PR that fixes https://github.com/11ty/eleventy/issues/1541, and can probably be extended to include https://github.com/11ty/eleventy/issues/3172 and https://github.com/11ty/eleventy/issues/2453 as well. In a nutshell, the problem is that liquid partials rendered with...
Essentially, the title says it all. The `@layer` rule has been part of the CSS specs for quite a while and is supported by all major browsers. I believe it...
It'd be nice to support the newer mathematical functions. Specifically: - `round()` - `mod()` - `rem()` - `sin()` - `cos()` - `tan()` - `asin()` - `acos()` - `atan()` - `atan2()`...
As per the title; the [`transition-behavior`](https://developer.mozilla.org/en-US/docs/Web/CSS/transition-behavior) property is not currently supported by CSS3, but it is already available in Chrome and Safari (and will be in Firefox soon enough).
See [`accent-color` on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color). It is a relatively new property to override the default UA accent color for some native input elements, most notably checkboxes and radio buttons.
### Is your feature request related to a problem? Please describe. Currently, Eleventy works beautifully with Deno. However, it requires a `package.json` with `"type": "module"` to trigger Eleventy to go...
### Operating system macOS Sonoma 14.6.1 ### Eleventy 3.0.0-beta.1 ### Describe the bug The plugin does not check for existing `id` attributes in the markup, only ones created for headers...
Resolves https://github.com/11ty/eleventy/issues/3376. This PR adds a `loader` option for the `Eleventy` class and a `--loader` command line flag. The value must be either `"esm"` (to force ESM mode), `"cjs"` (to...