Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
Fixing merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Andrews committed May 14, 2019
1 parent 019c200 commit 157ebb0
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config/general.php
Expand Up @@ -27,11 +27,11 @@

// Leave at bottom of global settings
<<<<<<< HEAD
'jsCacheBustTimestamp' => '53100426',
'cssCacheBustTimestamp' => '53101146',
'jsCacheBustTimestamp' => '53210445',
'cssCacheBustTimestamp' => '53211169',
=======
'jsCacheBustTimestamp' => '53100426',
'cssCacheBustTimestamp' => '53101146',
'jsCacheBustTimestamp' => '53210445',
'cssCacheBustTimestamp' => '53211169',
>>>>>>> develop
],

Expand Down
1 change: 0 additions & 1 deletion public/assets/styles/main.53101146.css

This file was deleted.

1 change: 1 addition & 0 deletions public/assets/styles/main.53211169.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions utils/styles/base/_normalize.scss
Expand Up @@ -17,9 +17,7 @@

body{
*{
&:not(script):not(style){
display: inline-block;
}
display: inline-block;
}
}

Expand Down
1 change: 0 additions & 1 deletion utils/styles/base/_page.scss
Expand Up @@ -21,7 +21,6 @@ body{
main{
min-height: 80vh;
width: 100%;
line-height: 0;
}
}

Expand Down

0 comments on commit 157ebb0

Please sign in to comment.