ll-theme

Primary UI theme for LeisureLink applications

Usage no npm install needed!

<script type="module">
  import llTheme from 'https://cdn.skypack.dev/ll-theme';
</script>

README

LL Theme

A default theme for LeisureLink web properties.

This package may also serve as a template for creating new themes and for documenting the theme API all LeisureLink web properties will use.

Requirements

LeisureLink themes use CSS custom properties. It is expected that theme files are intended to be used in an environment that supports the full set of CSS custom properties including the proposed @apply rule or with a build time tool that provides polyfills or transformations such as webpack.

API