* Upgrades the source to work with lit-next * Aligns the linting and formatting rules/settings & ignores with the monorepo * Upgrades to the same version of typescript and tsconfig settings as the monorepo * Upgrades the test runner from karma to web-test-runner * Upgrades the dev server from es-dev-server to @web/dev-server
434 B
434 B
layout, title, tags, name, description
| layout | title | tags | name | description |
|---|---|---|---|---|
| example.11ty.cjs | <my-element> ⌲ Examples ⌲ Basic | example | Basic | A basic example |
This is child content
CSS
p {
border: solid 1px blue;
padding: 8px;
}
HTML
<my-element>
<p>This is child content</p>
</my-element>