58160ca8c0
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. |
||
---|---|---|
content | ||
docs | ||
lib | ||
snippets | ||
static/images | ||
themes/cupper | ||
.gitignore | ||
config.toml | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
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.