diff options
author | Sam Potts <sam@potts.es> | 2018-12-15 10:43:36 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-15 10:43:36 +0700 |
commit | 5fdc0aae66850d94e17b5195605909e32bb25912 (patch) | |
tree | d142d2b1e992c76a658ba70a1c846ec224d98704 /src/sass/plyr.scss | |
parent | 2bbebd811b0772b7860f7f4cfbf941599995ab16 (diff) | |
parent | d97257a5a93707fbbdc150226c9fbee8feb8aedb (diff) | |
download | plyr-5fdc0aae66850d94e17b5195605909e32bb25912.tar.lz plyr-5fdc0aae66850d94e17b5195605909e32bb25912.tar.xz plyr-5fdc0aae66850d94e17b5195605909e32bb25912.zip |
Merge pull request #1253 from jamesoflol/preview-thumbs
Preview seek/scrubbing thumbnails
Diffstat (limited to 'src/sass/plyr.scss')
-rw-r--r-- | src/sass/plyr.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss index 3d824f7d..468c534c 100644 --- a/src/sass/plyr.scss +++ b/src/sass/plyr.scss @@ -42,6 +42,7 @@ @import 'states/fullscreen'; @import 'plugins/ads'; +@import 'plugins/previewThumbnails'; @import 'utils/animation'; @import 'utils/hidden'; |