-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (19 loc) · 713 Bytes
/
README
File metadata and controls
28 lines (19 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.