Kenmore Chalfant

Results 2 issues of Kenmore Chalfant

Version: `2.3.4` I am using this package in a project that I'm working on and I'm not having any issues locally but the project will not open in Stackblitz due...

``` @11ty/eleventy: 2.0.0 @11ty/eleventy-plugin-webc: 0.9.0 ``` ```html Hola! Hello! Bonjour! ``` ```html function isLang(inputLang, targetLang) { inputLang = String(inputLang).toLowerCase(); targetLang = String(targetLang).toLowerCase(); return inputLang && targetLang && (inputLang === targetLang);...

for-discussion