Add postcss step
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
body {
|
||||
background: red;
|
||||
}
|
||||
9
styles/styles.css
Normal file
9
styles/styles.css
Normal file
@@ -0,0 +1,9 @@
|
||||
body {
|
||||
background: red;
|
||||
box-sizing: border-box;
|
||||
transform: translate3d(1,1,1);
|
||||
|
||||
& h1 {
|
||||
background: green;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user