@cmi-dair/skeleton-themes

0.0.4 • Public • Published

@cmi-dair/skeleton-themes

Child Mind Institute's Skeleton themes.

Getting Started

To install this theme, run the following command:

npm install @cmi-dair/skeleton-themes

In your tailwind.config.ts file, add the custom theme as follows:

import { cmiLight } from '@cmi-dair/skeleton-themes'

export default {
    ...,
    plugins: [
        skeleton({
            themes: {
                custom: [cmiLight]
            }
        })
    ]
} satisfies Config;

Next, in your root +layout.svelte add the following:

<script>
    import '@cmi-dair/skeleton-themes/cmi.postcss';
</script>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    29
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    29
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @cmi-dair/skeleton-themes

Weekly Downloads

29

Version

0.0.4

License

LGPL-2.1-only

Unpacked Size

350 kB

Total Files

50

Last publish

Collaborators

  • nx10
  • reindervdw