diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-09 11:18:44 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-09 11:18:44 +0000 |
commit | b7cae393aa0bcca82185ee616af25bf7cc46478d (patch) | |
tree | 49ea2f62def9863ea0acedc852acf648500b9a09 /bin/make_css | |
parent | 1a503a4efb805c1f8a6c4f91aa691af02429cb4c (diff) |
SASS -> SCSS plus instructions to run make_css
Add SCSS tool to requirements
Correct comments at top of make_css
Diffstat (limited to 'bin/make_css')
-rwxr-xr-x | bin/make_css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/make_css b/bin/make_css index 59acdb984..96c768acc 100755 --- a/bin/make_css +++ b/bin/make_css @@ -2,8 +2,8 @@ # # make_css: # Generate CSS files from SCSS files. -# Curerntly the CSS files are also in version control, though I guess -# in future they don't need to be, and compressed style could then be used. +# +# Requires sass which you can get from http://sass-lang.com/ # # Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org |