0.2.0 • Published 10 months ago

@cmi-dair/skeleton-themes v0.2.0

Weekly downloads
-
License
LGPL-2.1-only
Repository
-
Last release
10 months ago

@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>
0.2.0

10 months ago

0.1.0

1 year ago

0.1.1

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago