summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-12 12:14:05 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-12 14:59:08 +0300
commitdaa94628f34c82a8699a2b81722f27a80d2b4a78 (patch)
tree2a085bc508d26286619c92d9095650f30781df9e
parent98c4f414f0001d00301e37b3078916c61bdc1fd8 (diff)
readme: coding conventions - Ant
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b43c1854..e26be279 100644
--- a/README.md
+++ b/README.md
@@ -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.