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,3 +0,0 @@
body {
background: red;
}

9
styles/styles.css Normal file
View File

@@ -0,0 +1,9 @@
body {
background: red;
box-sizing: border-box;
transform: translate3d(1,1,1);
& h1 {
background: green;
}
}