This commit is contained in:
Paul Sealock 2020-02-28 09:52:59 +13:00 committed by GitHub
parent 555686f593
commit 83ff92910a
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,4 @@
// Import SCSS entry file so that webpack picks up changes
import './index.scss';
console.log( 'hello world' );

View File

@ -1,3 +1 @@
body {
background-color: #ff1493;
}
// Add styles here.