File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 73
73
"null-loader" : " ^0.1.1" ,
74
74
"phantomjs-prebuilt" : " ^2.1.7" ,
75
75
"react-addons-test-utils" : " ^15.0.1" ,
76
- "react-css-modules" : " ^3.7.6" ,
77
76
"react-hot-loader" : " ^1.3.0" ,
78
77
"rimraf" : " ^2.5.2" ,
79
78
"sinon" : " ^1.17.3" ,
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- import cssmodules from 'react-css-modules' ;
3
- import styles from './app.cssmodule.css' ;
2
+ import './app.css' ;
4
3
5
4
const yeomanImage = require ( '../images/yeoman.png' ) ;
6
5
7
- @cssmodules ( styles )
8
6
class AppComponent extends React . Component {
9
7
10
8
render ( ) {
11
9
return (
12
- < div className = "index" styleName = "index" >
10
+ < div className = "index" >
13
11
< img src = { yeomanImage } alt = "Yeoman Generator" />
14
12
< div className = "notice" >
15
13
Please edit < code > src/components/App.js</ code > to get started!
Original file line number Diff line number Diff line change 1
- : global body {
1
+ body {
2
2
margin : 0 ;
3
3
padding : 0 ;
4
4
font-family : Arial, Helvetica, sans-serif;
You can’t perform that action at this time.
0 commit comments