Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CSS test class for CDN fallback tests #151

Open
jonas-stjernquist opened this issue Oct 18, 2017 · 0 comments
Open

Create CSS test class for CDN fallback tests #151

jonas-stjernquist opened this issue Oct 18, 2017 · 0 comments

Comments

@jonas-stjernquist
Copy link

Version

version: 2.7.0

Description

I would recommend you to add a test CSS class which easily can be used during CDN fallback tests.

See an example of an CDN fallback test here:
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2017.3.913/styles/kendo.common-bootstrap.min.css" asp-fallback-href="~/lib_bower/kendo-ui/styles/kendo.common-bootstrap.min.css" asp-fallback-test-class="k-common-test-class" asp-fallback-test-property="opacity" asp-fallback-test-value="0" />

The test CSS class could look like this:
.metisMenu-test-class { opacity:0 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant