diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-12 12:14:05 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:08 +0300 |
| commit | daa94628f34c82a8699a2b81722f27a80d2b4a78 (patch) | |
| tree | 2a085bc508d26286619c92d9095650f30781df9e | |
| parent | 98c4f414f0001d00301e37b3078916c61bdc1fd8 (diff) | |
readme: coding conventions - Ant
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -78,7 +78,10 @@ To update the css files you need [sass](http://sass-lang.com/). To rebuild the c For dev mode(debbuging, manual file load) use `?debug=1` at end of URL: e.g. `file://rhizifolder/html.index?debug=1` -## CSS / SCSS Coding Conventions +## Coding Conventions - Ant Scripts +- use underscore as delimiter in var name, eg: <code>pkg_foo_bar</code> + +## Coding Conventions - CSS / SCSS - assume use of modern browsers - indent files using 4 space characters - apply alphabetical ordering whenever possible: selectors, directives, etc. |
