Ability to use different CSS for iOS and Android added

This commit is contained in:
Andreww8xx8
2015-03-13 15:28:13 +03:00
committed by vakrilov
parent 88f5c9a7fd
commit 9e15302db3

View File

@ -94,7 +94,7 @@ function pageFromBuilder(moduleNamePath: string, moduleName: string, moduleExpor
page = <pages.Page>element;
// Possible CSS file path.
var cssFileName = moduleName + ".css";
var cssFileName = resolvePlatformPath(moduleName, "css");
page.addCssFile(cssFileName);
}
}