This content describes an older version of this product.
View Latest
Styling Apps
An app is a special top-level component whose markup is in a .app
resource. Just like any other component, you can put CSS in its bundle in a resource called
<appName>.css.
For example, if the app markup is in notes.app, its CSS is
in notes.css.
Using External CSS
To reference an external CSS resource that you’ve uploaded as a static resource, use a <ltng:require> tag in your .cmp or .app markup.