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
- Host: GitHub
- URL: https://github.com/upstatement/sassdoc-theme-upbase
- Owner: Upstatement
- License: mit
- Created: 2016-03-11T20:47:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T19:27:05.000Z (almost 10 years ago)
- Last Synced: 2025-03-12T07:22:20.706Z (12 months ago)
- Language: CSS
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```