Add postcss step

This commit is contained in:
Tom Raithel
2017-01-25 14:04:23 +01:00
parent 3443ae050a
commit 4766ec7774
6 changed files with 24 additions and 40 deletions

View File

@@ -1,5 +1,3 @@
import '../styles/main.css';
const add = (x, y) => x + y;
add(1, 2);