aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-07-10 20:45:58 +1000
committerSam Potts <me@sampotts.me>2016-07-10 20:45:58 +1000
commit4effda125a52b442c136456b2b7fdce3894d0996 (patch)
tree4ce12e62e6978cb7ff07ed3030971fdbe2651f04
parentbf9de231d8046cd6a5ec90e22bf8585019cbd1d0 (diff)
parentef1233250593daa384dbbf3440b68a2d4aaa6125 (diff)
downloadplyr-4effda125a52b442c136456b2b7fdce3894d0996.tar.lz
plyr-4effda125a52b442c136456b2b7fdce3894d0996.tar.xz
plyr-4effda125a52b442c136456b2b7fdce3894d0996.zip
Merge branch 'master' of https://github.com/Selz/plyr
-rw-r--r--readme.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index a8fbcd61..5b513a07 100644
--- a/readme.md
+++ b/readme.md
@@ -41,13 +41,11 @@ If you have any cool ideas or features, please let me know by [creating an issue
## CMS plugins
-### [WordPress](https://wordpress.org)
+### [WordPress](https://wordpress.org/plugins/plyr/)
Created and maintained by Ryan Anthony Drake ([@iamryandrake](https://github.com/iamryandrake))
-[Plyr on WordPress](https://wordpress.org/plugins/plyr/)
-### [Neos](https://www.neos.io/)
+### [Neos](https://packagist.org/packages/jonnitto/plyr)
Created and maintained by Jon Uhlmann ([@jonnitto](https://github.com/jonnitto))
-[Plyr.io for Neos.io](https://packagist.org/packages/jonnitto/plyr)
## Using package managers
You can grab the source using one of the following package managers.
@@ -142,7 +140,9 @@ The SVG sprite is loaded automatically from our CDN. To change this, see the [#o
## Advanced
### LESS & SASS/SCSS
-You can use `plyr.less` or `plyr.scss` file included in `/src` as part of your build and change variables to suit your design. The HTML markup uses the BEM methodology with `plyr` as the block, e.g. `.plyr__controls`. You can change the class hooks in the options to match any custom CSS you write. Check out the JavaScript source for more on this.
+You can use `plyr.less` or `plyr.scss` file included in `/src` as part of your build and change variables to suit your design. The LESS and SASS require you to use the [autoprefixer](https://www.npmjs.com/package/gulp-autoprefixer) plugin (you should already) as all declerations use the W3C definitions - e.g. `appearance: none;` will be prefixed to `-webkit-appearance: none;` by autoprefixer.
+
+The HTML markup uses the BEM methodology with `plyr` as the block, e.g. `.plyr__controls`. You can change the class hooks in the options to match any custom CSS you write. Check out the JavaScript source for more on this.
### SVG
The icons used in the Plyr controls are loaded in an SVG sprite. The sprite is automatically loaded from our CDN by default. If you already have an icon build system in place, you can include the source plyr icons (see `/src/sprite` for source icons).