tkgroot
tkgroot
replace helper function arrayContains with build-in Array.includes function
replacing the helper flattenArray with build-in Array.flat function
replacing the helper function stringContains with the build-in string function `.includes()`
- fix missing closing tag in title - remove too much closing div - remove and replace with instead
add [Prettier](https://prettier.io/) as code formatter and additional dependency to the repository. Helps with code formatting and keeping a consistent format across the repository.
the following link in the README.md is going nowhere (404). ``` For docs please see our homepage https://rocket.modern-web.dev/docs/building/rollup-config/. ```
> LitElement is a simple base class for creating fast, lightweight web components that work in any web page with any framework. It would add a nice way to show...
## What I did remove jsdoc @typedef lit references and replace them with global type declaration. - create prelude file with global type declarations - remove import('lit') from files -...
*Issue #, if available:* If options were provided with outputReferences and outputReferenceFallbacks set to `true` did not add the fallbacks when running with the css/variables formatter. *Description of changes:* -...
If options { outputReferences: true, outputReferenceFallbacks: true }, are provided to the css/variables formatter it does not output nor create fallback values for the css variables.