Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Potts committed Jul 20, 2015
1 parent 8894b4c commit b39961e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 79 deletions.
68 changes: 0 additions & 68 deletions docs/index.youtube.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plyr",
"version": "1.1.14",
"version": "1.2.0",
"description": "A simple HTML5 media player using custom controls",
"homepage": "http://plyr.io",
"main": "gulpfile.js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/plyr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr
// plyr.js v1.1.14
// plyr.js v1.2.0
// https://github.com/selz/plyr
// License: The MIT License (MIT)
// ==========================================================================
Expand Down
3 changes: 2 additions & 1 deletion src/less/plyr.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// ==========================================================================
// HTML5 Media Player
// Plyr styles
// https://github.com/selz/plyr
// ==========================================================================

// Variables
Expand Down
18 changes: 10 additions & 8 deletions src/sass/plyr.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// ==========================================================================
// HTML5 Media Player
// Plyr styles
// https://github.com/selz/plyr
// ==========================================================================

// Variables
Expand Down Expand Up @@ -51,6 +52,13 @@ $volume-thumb-bg-focus: $control-bg-hover !default;
$bp-control-split: 560px !default; // When controls split into left/right
$bp-captions-large: 768px !default; // When captions jump to the larger font size

// Animation
// ---------------------------------------

@keyframes progress {
to { background-position: $progress-loading-size 0; }
}

// Mixins
// -------------------------------

Expand Down Expand Up @@ -100,13 +108,7 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo
outline-offset: 0;
}

// Animation
// ---------------------------------------
@keyframes progress {
to { background-position: $progress-loading-size 0; }
}

// <input type="range"> styling
// Range mixins
@mixin volume-thumb()
{
height: $volume-thumb-height;
Expand Down

0 comments on commit b39961e

Please sign in to comment.