removing normalize from require in container/app to a link tag in static html
This commit is contained in:
parent
f7adaa1cfe
commit
45cf172de1
@ -30,9 +30,6 @@ const {
|
|||||||
injectGlobal
|
injectGlobal
|
||||||
} = Styled;
|
} = Styled;
|
||||||
|
|
||||||
// Include normalize.css
|
|
||||||
require('@ui/vendor/normalize.css');
|
|
||||||
|
|
||||||
const App = connect()(React.createClass({
|
const App = connect()(React.createClass({
|
||||||
displayName: 'App',
|
displayName: 'App',
|
||||||
propTypes: {
|
propTypes: {
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<html lang='en-US'>
|
<html lang='en-US'>
|
||||||
<head>
|
<head>
|
||||||
<title>Joyent Frontend</title>
|
<title>Joyent Frontend</title>
|
||||||
|
<link rel="stylesheet" href="../../ui/src/vendor/normalize.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='root'></div>
|
<div id='root'></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user