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,9 +1,9 @@
body {
background: red;
background: #fff;
box-sizing: border-box;
transform: translate3d(1,1,1);
& h1 {
background: green;
color: blue;
}
}

View File

@@ -0,0 +1,3 @@
.header {
background: blue;
}

2
styles/main.css Normal file
View File

@@ -0,0 +1,2 @@
@import "./base.css";
@import "./components/*.css";