# Shopee themes

[![Build Status](https://travis-ci.com/acribus/acribus-theme.svg?branch=master)](https://travis-ci.com/acribus/acribus-theme)

## Develop
Custom theme in `src/[theme-name]/` directory
Use `yarn run compile` to compile all themes

## Write docs
Docs are placed in `/doc`
Use `yarn run docs` to preview

## Publish
Use `yarn run publish` to publish theme to npm

## Use in another project
`import 'shopee-theme/dist/[theme-name]/index.css'`
