add command line arguments

This commit is contained in:
Asraelite 2016-03-29 13:45:23 +01:00
parent 4f42723f4a
commit 1160466cf9
13 changed files with 129 additions and 7 deletions

4
public/stylus/test.css Normal file
View file

@ -0,0 +1,4 @@
# test {
ayy: 5;
b: 2;
}

3
public/stylus/test.styl Normal file
View file

@ -0,0 +1,3 @@
# test {
ayy: 5;
}