finishes production webpack build
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { render } from 'react-dom';
|
||||
|
||||
import './testStyles.scss';
|
||||
import './testStyles.css';
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
|
||||
4
src/client/testStyles.css
Normal file
4
src/client/testStyles.css
Normal file
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
background: purple;
|
||||
color: white;
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
body {
|
||||
background: rgba(purple, .8);
|
||||
}
|
||||
Reference in New Issue
Block a user