An open API service indexing awesome lists of open source software.

https://github.com/upstatement/sassdoc-theme-upbase

SassDoc theme for Upbase
https://github.com/upstatement/sassdoc-theme-upbase

Last synced: 7 months ago
JSON representation

SassDoc theme for Upbase

Awesome Lists containing this project

README

          

# SassDoc Upbase Theme

[SassDoc](http://sassdoc.com/) theme for Upbase.

Based on the [SassDoc Default Theme](https://github.com/SassDoc/sassdoc-theme-default).

## Setup

```
# Install build dependencies
gem install sass
npm install

# Build theme
make all

# Publish to NPM
make publish
```