18 lines
502 B
Markdown
18 lines
502 B
Markdown
|
|
# LESS Distribution
|
||
|
|
|
||
|
|
This repository is a distribution of [Fomantic-UI](https://fomantic-ui.com) as LESS only to provide a lightweight themeable version of Fomantic UI.
|
||
|
|
|
||
|
|
You can view more on Fomantic UI at [fomantic-ui.com](https://fomantic-ui.com).
|
||
|
|
|
||
|
|
If you have any issues please use the main [Fomantic-UI repositroy](https://github.com/fomantic/Fomantic-UI).
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
```bash
|
||
|
|
$ npm install --save fomantic-ui-less
|
||
|
|
```
|
||
|
|
or
|
||
|
|
```bash
|
||
|
|
$ git clone https://github.com/fomantic/Fomantic-UI-LESS
|
||
|
|
```
|