@cmi-dair/skeleton-themes

0.0.3 • 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>

Package Sidebar

Install

npm i @cmi-dair/skeleton-themes

Weekly Downloads

67

Version

0.0.3

License

LGPL-2.1-only

Unpacked Size

56.9 kB

Total Files

15

Last publish

Collaborators

  • nx10
  • reindervdw