Skip to content

Commit

Permalink
Fixed #31: Added note about css includes in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
wnielson committed Feb 24, 2013
1 parent b4596d8 commit 8cb29f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ or simply extend the 'Ext.ux.slidenavigation.View' class.

For a more complete example, see `app/view/Main.js`.

You will also need to make sure that you have included the appropriate css in order for
the component to display correctly. In your SASS style sheet, make sure to include
`sencha-list`:

@include sencha-list

Building with Sencha Command
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 8cb29f4

Please sign in to comment.