mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Describe how package stylesheets are loaded
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user