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

https://github.com/tinacious/less_starter_pack

LESS CSS starter pack :computer: :calling:
https://github.com/tinacious/less_starter_pack

Last synced: 10 months ago
JSON representation

LESS CSS starter pack :computer: :calling:

Awesome Lists containing this project

README

          

# RED Less CSS Starter Pack

The *I can CSS preprocess with Less* starter pack!

Check out the demo [here](https://tinacious.github.io/less_starter_pack).

## Setup

```
npm install
```

## Development

```
npm start
```

## Deploy

To deploy to Github Pages:

```
git add -f dist
git commit -m ''
git subtree push --prefix dist origin gh-pages
```