File tree Expand file tree Collapse file tree 4 files changed +1
-40
lines changed Expand file tree Collapse file tree 4 files changed +1
-40
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- // https://github.com/maicki/why-did-you-update
3
2
// NOTE: This slows down performance, even during development
4
3
// if (process.env.NODE_ENV !== 'production') {
5
4
// const { whyDidYouUpdate } = require('why-did-you-update');
Original file line number Diff line number Diff line change 103
103
"style-loader" : " ^0.23.1" ,
104
104
"stylelint-config-standard" : " ^18.2.0" ,
105
105
"webpack" : " ^4.29.6" ,
106
- "webpack-cli" : " ^3.3.0" ,
107
106
"why-did-you-update" : " ^1.0.6"
108
107
},
109
108
"contributors" : [
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
3
import { hotkeys } from 'react-keyboard-shortcuts' ;
4
- import PlayerControls from './src/PlayerControls/index.js ' ;
4
+ import PlayerControls from './src/PlayerControls' ;
5
5
import ProgressBar from './src/ProgressBar' ;
6
6
7
7
import returnHotKeys from './src/defaultHotKeys' ;
Original file line number Diff line number Diff line change 1
1
@value color-subt-green, color-darkest-grey, color-labs-red from '../../config/style-guide/colours.module.css' ;
2
2
3
- /* ::selection {
4
- background: color-subt-green;
5
- }
6
-
7
- ::moz-selection {
8
- background: color-subt-green;
9
- } */
10
-
11
3
.container {
12
4
position : relative;
13
5
}
55
47
background-color : # f9f9f9 ;
56
48
position : relative;
57
49
}
58
-
59
- /* .header {
60
- background-color: black;
61
- width: 100%;
62
- display: block;
63
- } */
64
-
65
- /* .nav {
66
- width: 100%;
67
- } */
68
-
69
50
.grid {
70
51
margin-top : 1em ;
71
52
margin-left : 1em ;
115
96
116
97
/* Mobile devices - excluding ipad*/
117
98
@media (max-width : 767px ) {
118
- /* .container {
119
- display: flex;
120
- flex-direction: column;
121
- justify-content: space-evenly;
122
- flex-wrap: nowrap;
123
- background-color: #f9f9f9;
124
- position: relative;
125
- } */
126
-
127
- /* .header {
128
- background-color: black;
129
- width: 100%;
130
- } */
131
-
132
- /* .nav {
133
- width: 100%;
134
- } */
135
-
136
99
.main {
137
100
width : 100% ;
138
101
margin : 0 auto;
You can’t perform that action at this time.
0 commit comments