easy CSS done for you – context when using react

Add to head element in index.html – public sub-dir
doesn’t work so well with firefox
but chrome seems to handle just fine – which means there is some setup for browser compatibility missing
<head>
<linkrel=”stylesheet”href=”https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css”/>
</head>
// uses semantic-ui.com for css
// google semantic ui cdn

Leave a Comment

Scroll to Top