v3.1.3
- Allow
no-shadow
to be set globally (fixes #120)
<script type="module">
import ZeroMd from 'https://cdn.jsdelivr.net/npm/zero-md@3'
customElements.define('zero-md', class extends ZeroMd {
async load() {
await super.load()
this.setAttribute('no-shadow', '')
}
})
</script>