-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Any real app will use CSS (or something that compiles to it) for styling, not just code managed classes used for DOM event hooks or component isolation. However the built in flavors have no CSS at all.
A minimum would be to simply provide a static styles.css
refed from index.html
A more useful example might be to use webpack loaders - but there are many options even with the basics.