@thumbsup/theme-cards
v1.3.0
Published
Thumbsup cards theme
Downloads
967
Readme
@thumbsup/theme-cards
One of the built-in themes for https://github.com/thumbsup/thumbsup.
Usage
thumbsup --theme cards
Screenshots
Options
You can use override the following variables to customise this theme:
@body-background: #fff;
@body-color: #444;
@header-color: #444;
@nav-border: #ddd;
You can add them to your own LESS file, and run thumbsup with --theme-style custom.less
.
Developing
Testing the theme
thumbsup --input /photos --output ./tmp --theme-path ./theme
Publishing the theme:
npm publish --access=public