Skip to content

Commit

Permalink
Fixed CSS syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadjimbob committed Jan 21, 2021
1 parent 39dded2 commit e43fbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/mikio.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
*/

.mikio-sticky {
.mikio-sticky {
position: -webkit-sticky;
position: sticky;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/mikio.less
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ code, pre {
background-repeat: no-repeat;

&:after {
content = "";
content: "";
}
}

Expand Down

0 comments on commit e43fbe3

Please sign in to comment.