https://github.com/libvisual/libvisual.github.com
Website
https://github.com/libvisual/libvisual.github.com
Last synced: about 1 year ago
JSON representation
Website
- Host: GitHub
- URL: https://github.com/libvisual/libvisual.github.com
- Owner: Libvisual
- Created: 2012-03-29T18:19:07.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-23T11:15:35.000Z (over 12 years ago)
- Last Synced: 2025-01-31T22:44:35.814Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 5.14 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This repository holds the source and contents of http://libvisual.org
(http://libvisual.github.com)
Development
-----------
Stylesheet(s) are generated using Compass/Sass. To hack the
stylesheets, edit the appropriate Sass file (.scss).
Software Requirements
Sass (http://sass-lang.com)
Compass (http://compass-style.org)
Zen Grids (http://zengrids.com)
Basic setup (requires Ruby)
gem install compass
gem install zen-grids
compass compile -c compass.rb
To get Compass to automatically recompile the Sass files, use:
compass watch -c compass.rb
To debug the generated CSS, you may want to add Compass add line
information. Edit compass.rb and set the variable line_comments to
true.