extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
10 lines (8 loc) • 354 B
Markdown
### ./sass/src
This folder contains Sass files defining CSS rules corresponding to classes
included in the application's JavaScript code build when using the classic toolkit.
By default, files in this folder are mapped to the application's root namespace, 'FeedViewer'.
This is set in `"app.json"`:
"sass": {
"namespace": "FeedViewer"
}