GitXplorerGitXplorer
K

qunit-theme-gabe

public
4 stars
6 forks
0 issues

Commits

List of commits on branch main.
Verified
3d16f3c5def0317f8d00a5733906c830ca5d3363

Delete package-lock.json

KKrinkle committed 4 years ago
Unverified
443d64bec0396f125c3c209c5e9de021f617c740

build: Set peerDependencies for qunit

KKrinkle committed 4 years ago
Unverified
5dfa8269a191921fb4a5245b6119df20817ccf97

Update theme for QUnit 2.0 and restore some of the original design elements

KKrinkle committed 4 years ago
Unverified
6e41dae8242b6c947fbadd010b0f6c499ed56c7c

Add package-lock.json

KKrinkle committed 4 years ago
Verified
4f29ec25c846b692b693beef0e92899c6b63dcaa

Update README.md

KKrinkle committed 4 years ago
Unverified
0ae7b6cc9346050daab3a9a4a59f79ab50b87f3c

build: Drop Node.js 0.8 from Travis run

KKrinkle committed 10 years ago

README

The README file for this repository.

npm

QUnit Gabe Theme

Usage

  1. Install this plugin (either as git submodule, as npm dependency, or otherwise)
  2. Remove <link rel="stylesheet" href="https://raw.githubusercontent.com/Krinkle/qunit-theme-gabe/main/qunit/qunit.css">
  3. Add <link rel="stylesheet" href="https://raw.githubusercontent.com/Krinkle/qunit-theme-gabe/main/qunit-theme-gabe/qunit-theme-gabe.css">

Demo

See test/index.html for a demo.

Visual history

qunit-theme-gabe 2.0.0 (2020)

QUnit 1.3.0 (2012)

Original version as designed by Gabe Hendry, as bundled with QUnit 1.3.0 in 2012. qunitjs/qunit#188