Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/parente/tott-recipe

Demo of defining custom CSS classes using Bootstrap's LESS mixins
https://github.com/parente/tott-recipe

Last synced: 1 day ago
JSON representation

Demo of defining custom CSS classes using Bootstrap's LESS mixins

Awesome Lists containing this project

README

        

# tott-recipe

Demo of defining custom CSS classes using Bootstrap's LESS mixins. Do the following on tottbox to install prereqs, compile the LESS to CSS, and run a web server:

```
npm install -g grunt-cli
npm install
bower install
grunt
```

Then visit http://192.168.33.10:8080 to view the result. Look at `public/index.html` and `public/less/recipe.less`.