Skip to content

Commit

Permalink
docs(Usage): add instructions for semantic-ui-css (#1549)
Browse files Browse the repository at this point in the history
docs(Usage): add instructions for semantic-ui-css
  • Loading branch information
kulakowka authored and levithomason committed Apr 7, 2017
1 parent 16a48db commit 68b08a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/app/Views/Usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,15 @@ const Usage = () => (
$ npm install semantic-ui-css --save
</pre>
</Segment>
<p>
After install, you'll need to include the minified CSS file
in your <em>index.js</em> file:
</p>
<Segment>
<pre>
import 'semantic-ui-css/semantic.min.css';
</pre>
</Segment>

{/* ----------------------------------------
* Semantic-UI package
Expand Down

0 comments on commit 68b08a6

Please sign in to comment.