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

9
styles/base.css Normal file
View File

@@ -0,0 +1,9 @@
body {
background: #fff;
box-sizing: border-box;
transform: translate3d(1,1,1);
& h1 {
color: blue;
}
}