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