1.0.1 • Published 11 months ago

@vandeurenglenn/css-mixins v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

css-mixin

Css mixin

what?

import mixin from 'css-mixin'
import { LitElement, html } from 'lit'

class MyElement extends mixin(LitElement) {
  render() {
    return html`
      <style>
        :host() {
          mixin(--css-column)
        }

        header {
          mixin(--css-header)
        }
      </style>
    `
  }
}
1.0.1

11 months ago

1.0.0

11 months ago