Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
603 B

{
"name": "ext-theme-crisp-touch",
"type": "theme",
"creator": "Sencha",
"summary": "Ext JS Crisp Touch Theme",
"detailedDescription": "Adds touch-friendly sizing to the Crisp Theme",
"version": "1.0.0",
"compatVersion": "1.0.0",
"format": "1",
"slicer": {
"js": [
{
"path": "${package.dir}/sass/example/custom.js",
"isWidgetManifest": true
}
]
},
"output": "${package.dir}/build",
"local": true,
"requires": [
"ext-touch-sizing"
],
"extend": "ext-theme-crisp"
}