All Projects → Krinkle → qunit-theme-ninja

Krinkle / qunit-theme-ninja

Licence: MIT license
krinkle.github.io/qunit-theme-ninja/test/

Programming Languages

CSS
56736 projects
HTML
75241 projects

npm

QUnit Ninja Theme

Usage

  1. Download a copy of qunit.css, or add qunit-theme-ninja as npm dependency.
  2. Change your test HTML from:
    <link rel="stylesheet" href="qunit/qunit.css">
    to:
    <link rel="stylesheet" href="qunit-theme-ninja/qunit.css">

Example

See test/index.html for a demo.

Screenshot of v2.0.0, passing

Screenshot of v2.0.0, failing

Development

To preview this locally, run python3 -m http.server 4000 in the project directory, then navigate to http://localhost:4000/test/index.html.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].