jamespatrickgibson / union

A design system boilerplate for Svelte & CSS
http://www.designwithunion.com
2 stars 2 forks source link

Docs: Getting Started #34

Closed peterbsmyth closed 4 years ago

peterbsmyth commented 4 years ago

Current:

### Add Theme and Core CSS

<link rel="stylesheet" href="https://unpkg.com/union-design-system/dist/theme.css"/>
<link rel="stylesheet" href="https://unpkg.com/union-design-system/dist/union.css"/>

I'm putting this into a sapper project, guessing that "template.html" is the way to do it.

I could use guidance on the place to put these files.

jamespatrickgibson commented 4 years ago

This is a great point. I'll add this to the getting started docs, for Svelte specific installs

jamespatrickgibson commented 4 years ago

@peterbsmith2 Docs now updated to include svelte specific style includes.