]> git.proxmox.com Git - extjs.git/blame - extjs/templates/executive-dashboard/sass/Readme.md
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / executive-dashboard / sass / Readme.md
CommitLineData
6527f429
DM
1# ./sass\r
2\r
3This folder contains the styling for the application's views. The primary pi\r
4\r
5## Styling\r
6\r
7Sencha Cmd supports styling using Sass and integrates the styling from the theme\r
8and required packages (specified in `"app.json"`) with application-defined views.\r
9\r
10### ./sass/etc\r
11\r
12This folder contains misc. support code for Sass builds (global functions, \r
13mixins, etc.).\r
14\r
15### ./sass/src\r
16\r
17This folder contains Sass files defining CSS rules corresponding to classes\r
18included in the application's JavaScript code build. By default, files in this \r
19folder are mapped to the application's root namespace, 'ExecDashboard'. This is set in\r
20`"app.json"`:\r
21\r
22 "sass": {\r
23 "namespace": "ExecDashboard"\r
24 }\r
25\r
26### ./sass/var\r
27\r
28This folder contains Sass files defining Sass variables corresponding to classes\r
29included in the application's JavaScript code build. By default, files in this \r
30folder are mapped to the application's root namespace, 'ExecDashboard' in the same way\r
31as `"ExecDashboard/sass/src"`.\r
32\r
33## Slicing\r
34\r
35Internet Explorer 8 and 9 do not support linear gradients and IE8 does not support\r
36border-radius. To compensate for this, Sencha Cmd provides "image slicing" using an\r
37internal WebKit based renderer. To enable this, there is a special web page that\r
38renders all components and states so they can be captured and turned into image\r
39sprites.\r
40\r
41### ./sass/example\r
42\r
43This folder contains the web page used to present all components and states so they\r
44can be captured as an image and used to produce images for IE8 and 9.\r