Add new CSS and watch tasks

This commit is contained in:
Tom Raithel
2017-01-25 21:05:21 +01:00
parent 4766ec7774
commit 7275a9ce25
15 changed files with 42 additions and 42 deletions

View File

@@ -1,3 +1,3 @@
const add = (x, y) => x + y;
add(1, 2);
add(1, 4);