diff options
author | Sam Potts <sam@potts.es> | 2018-10-24 22:32:55 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-10-24 22:32:55 +1100 |
commit | 779e45c11b72144d2762eb43689d7f5478450109 (patch) | |
tree | 33d98bf31a7f2f56d0f31691f629c3a56fbda1b8 | |
parent | 5d5a6eabaafe4637ffdb2e7b605bd0dff79d3a38 (diff) | |
parent | 3e9336b15da051bfd175b332f46e614028830b2b (diff) | |
download | plyr-779e45c11b72144d2762eb43689d7f5478450109.tar.lz plyr-779e45c11b72144d2762eb43689d7f5478450109.tar.xz plyr-779e45c11b72144d2762eb43689d7f5478450109.zip |
Merge branch 'master' into develop
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ Any questions regarding the ads can be sent straight to vi.ai and any issues wit ### SASS You can use `bundle.scss` file included in `/src` as part of your build and change variables to suit your design. The SASS require you to -use the [autoprefixer](https://www.npmjs.com/package/gulp-autoprefixer) plugin (you be should already!) as all declarations use the W3C definitions. +use the [autoprefixer](https://www.npmjs.com/package/gulp-autoprefixer) plugin (you should be already!) as all declarations use the W3C definitions. 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. |