Add new CSS and watch tasks
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
body {
|
||||
background: red;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
transform: translate3d(1,1,1);
|
||||
|
||||
& h1 {
|
||||
background: green;
|
||||
color: blue;
|
||||
}
|
||||
}
|
||||
3
styles/components/header.css
Normal file
3
styles/components/header.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.header {
|
||||
background: blue;
|
||||
}
|
||||
2
styles/main.css
Normal file
2
styles/main.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "./base.css";
|
||||
@import "./components/*.css";
|
||||
Reference in New Issue
Block a user