Fix Starter Pack styles (https://github.com/woocommerce/woocommerce-admin/pull/3776)
This commit is contained in:
parent
555686f593
commit
83ff92910a
|
@ -1,3 +1,4 @@
|
|||
// Import SCSS entry file so that webpack picks up changes
|
||||
import './index.scss';
|
||||
|
||||
console.log( 'hello world' );
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
body {
|
||||
background-color: #ff1493;
|
||||
}
|
||||
// Add styles here.
|
||||
|
|
Loading…
Reference in New Issue