First version
[src/app-framework-demo.git] / afm-client / app / Frontend / styles / README.md
1 WARNING note about global style dir
2 -------------------------------------
3
4  - styles placed in Frontend/styles is global and will be posted in dist.prod/styles
5  - styles defined within widget or page directory will be place in dist.prof/opa/styles
6
7 This model allows to share global styles by multiple applications.
8
9 To change this behaviour just rename styles directory on something else [eg: appstyles]
10
11
12     |---- /Frontend
13     |     |
14     |     |---- /styles
15     |     |     |
16     |     |     |---- _settings.scss
17     |     |     |---- app.scss
18     |     |
19     |     |---- /Widgets
20     |     |     |
21     |     |     |--- widget.js
22     |     |     |--- widget.sccs
23     |     |
24     |     |-----/Pages
25     |           |--- page-partial.html
26     |           |--- page-cntrl.js
27     |           |--- page-style.scss 
28     |