Détail du package

@cmi-dair/skeleton-themes

reindervdw870LGPL-2.1-only1.0.0

A collection of SkeletonUI themes for CMI.

skeleton, theme, child, mind

readme

@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 ./src/app.css file, add the following line at the end of the file:

@import '@cmi-dair/skeleton-themes/cmi-light.css';

Ensure that you import this css in your base +layout.svelte:

<script>
    import '../app.css';
</script>