I am working with the Kendo mobile framework and am trying to use the bootstrap theme:
<link href="Content/kendo/2017.2.504/kendo.common.min.css" rel="stylesheet" /><link href="Content/kendo/2017.2.504/kendo.default.min.css" rel="stylesheet" /><link href="Content/kendo/2017.2.504/kendo.mobile.all.min.css" rel="stylesheet" />
var app = new kendo.mobile.Application(document.body, { skin: "bootstrap" });
This isn't working, so I'm wondering what the proper css files are.