@cmi-dair/skeleton-themes
v1.0.0
Published
A collection of SkeletonUI themes for CMI.
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-themesIn 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>