Describe how package stylesheets are loaded

This commit is contained in:
Nathan Sobo
2013-02-13 19:15:11 -07:00
parent b718fd65df
commit 9a050c2238

View File

@@ -92,6 +92,11 @@ for examples of Atom's API in action.
### Stylesheets
Stylesheets for your package should be placed in the `stylesheets` directory.
Any stylesheets in this directory will be loaded and attached to the DOM when
your package is activated. An optional `stylesheets` key in your `package.json`
can list the stylesheets by name in order to specify a load order; otherwise
stylesheets are loaded alphabetically.
### Keymaps