Go to file
Rik Schennink 58160ca8c0
Add browser version information
Extracts and separately renders browser version information.

`IE 11` will be transformed to `IE` and `11`, the version is matched from the right side using a regex `[0-9]+$` and the browser name is matched from the left side using `^[a-zA-Z ]+`

Removed some code duplication.
2017-11-24 08:32:18 +01:00
content removed pattern library ref 2017-11-03 07:43:13 +00:00
docs removed pattern library ref 2017-11-03 07:43:13 +00:00
lib renaming build 2017-11-02 16:50:47 +00:00
snippets test rewording 2017-09-13 10:32:21 +01:00
static/images renamed to Cupper 2017-11-02 15:37:06 +00:00
themes/cupper Add browser version information 2017-11-24 08:32:18 +01:00
.gitignore Initial commit 2017-05-30 18:01:44 +08:00
CONTRIBUTING.md renamed to Cupper 2017-11-02 15:37:06 +00:00
LICENSE Initial commit 2017-05-30 18:01:44 +08:00
README.md rename theme advice 2017-11-03 16:58:16 +00:00
config.toml renamed to Cupper 2017-11-02 15:37:06 +00:00
package.json renamed to Cupper 2017-11-02 15:37:06 +00:00

README.md

Cupper

Cupper is a documentation builder for inclusive designers, and those who want to be inclusive designers. Build accessible pattern libraries and all sorts of other docs.

IMPORTANT NOTE: Cupper was originally named Infusion. If you forked this repository before the name change, you may experience update troubles (when using npm run update). To remedy this, please manually rename your themes → infusion folder to themes → cupper and reference cupper as the theme in your config.toml, before running the command.