Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/parente/tott-recipe
- Owner: parente
- Created: 2014-03-09T02:26:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T02:40:06.000Z (almost 11 years ago)
- Last Synced: 2024-11-05T11:08:33.174Z (about 2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.