Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 09f8052

Browse files
committed
Upgraded to webpack v4
1 parent 0f0026f commit 09f8052

File tree

12 files changed

+207718
-49752
lines changed

12 files changed

+207718
-49752
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.json
2+
/dist

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"printWidth": 140,
3+
"singleQuote": true,
4+
"parser": "babylon"
5+
}

app/css/styles.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,object,audio{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
1+
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
2+
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,object,audio{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
23

34
body {
45
font-family: Roboto, Helvetica,Arial,sans-serif;
@@ -16,13 +17,11 @@ body {
1617
.app__header {
1718
width: 100%;
1819
height: 56px;
19-
/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
2020
color: #fff;
2121
display: flex;
2222
-webkit-box-align: center;
2323
-ms-flex-align: center;
2424
align-items: center;
25-
/*background: #607D8B;*/
2625
position: fixed;
2726
top: 0;
2827
left: 0;
@@ -349,8 +348,6 @@ video {
349348
}
350349

351350
.app__overlay {
352-
/* border-color: #ffffff;
353-
border-width: 5px; */
354351
border: 0;
355352
}
356353

0 commit comments

Comments
 (0)