diff options
author | Sam Potts <me@sampotts.me> | 2017-05-16 10:20:58 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-05-16 10:20:58 +1000 |
commit | e1a19faf268c7b49218c2f29e20bb8e4b0cbc03e (patch) | |
tree | 46a1a17f6afc46d947fee7a01bb463b640d0c2c2 /src/scss | |
parent | f3bda17fa0c12007e92f681e5a72512a33a2ac16 (diff) | |
download | plyr-e1a19faf268c7b49218c2f29e20bb8e4b0cbc03e.tar.lz plyr-e1a19faf268c7b49218c2f29e20bb8e4b0cbc03e.tar.xz plyr-e1a19faf268c7b49218c2f29e20bb8e4b0cbc03e.zip |
URL updates
Diffstat (limited to 'src/scss')
-rw-r--r-- | src/scss/mixins.scss | 2 | ||||
-rw-r--r-- | src/scss/plyr.scss | 2 | ||||
-rw-r--r-- | src/scss/variables.scss | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/scss/mixins.scss b/src/scss/mixins.scss index b4bfca6a..93cdbd8e 100644 --- a/src/scss/mixins.scss +++ b/src/scss/mixins.scss @@ -1,6 +1,6 @@ // ========================================================================== // Plyr mixins -// https://github.com/selz/plyr +// https://github.com/sampotts/plyr // ========================================================================== // <input type="range"> styling diff --git a/src/scss/plyr.scss b/src/scss/plyr.scss index e75a2eda..d58666e7 100644 --- a/src/scss/plyr.scss +++ b/src/scss/plyr.scss @@ -1,6 +1,6 @@ // ========================================================================== // Plyr styles -// https://github.com/selz/plyr +// https://github.com/sampotts/plyr // ========================================================================== @import "variables"; diff --git a/src/scss/variables.scss b/src/scss/variables.scss index 39b147da..30c61bf5 100644 --- a/src/scss/variables.scss +++ b/src/scss/variables.scss @@ -1,6 +1,6 @@ // ========================================================================== // Plyr variables -// https://github.com/selz/plyr +// https://github.com/sampotts/plyr // https://robots.thoughtbot.com/sass-default // ========================================================================== |