Commit 92feb7d 1 parent d201101 commit 92feb7d Copy full SHA for 92feb7d
File tree 4 files changed +4
-7
lines changed
4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- [submodule "assets/normalize.css "]
2
- path = assets/normalize.css
3
- url = https://github.com/necolas/normalize.css.git
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* Global base styles for the Yarrharr UI.
3
3
*/
4
- @import ( less ) " ./ normalize.css/normalize.css" ;
4
+ @import " ~ normalize.css/normalize.css" ;
5
5
@import " ./globals.less" ;
6
6
7
7
html {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"name" : " yarrharr" ,
3
3
"private" : true ,
4
4
"dependencies" : {
5
+ "normalize.css" : " ^7.0.0" ,
5
6
"react" : " ~15.0.2" ,
6
7
"react-addons-css-transition-group" : " ~15.0.2" ,
7
8
"react-addons-pure-render-mixin" : " ~15.0.2" ,
8
9
"react-dom" : " ~15.0.2" ,
9
10
"react-redux" : " ~4.4.5" ,
10
11
"react-router" : " ~2.4.0" ,
12
+ "react-router-redux" : " ~4.0.4" ,
11
13
"redux" : " ~3.5.2" ,
12
14
"redux-logger" : " ~2.6.1" ,
13
- "redux-thunk" : " ~2.0.1" ,
14
- "react-router-redux" : " ~4.0.4"
15
+ "redux-thunk" : " ~2.0.1"
15
16
},
16
17
"devDependencies" : {
17
18
"babel-core" : " ^6.26.0" ,
You can’t perform that action at this time.
0 commit comments