Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 383 Bytes

global-styles.md

File metadata and controls

9 lines (6 loc) · 383 Bytes

Global styles

The styles.css file allows users to add global styles and supports CSS imports.

If the project is created with the --style=sass option, this will be a .sass file instead, and the same applies to scss/less/styl.

You can add more global styles via the apps[0].styles property in angular-cli.json.