Fix SASS bundle

This commit is contained in:
Sam Potts
2017-12-20 21:08:44 +00:00
parent a2ef691b4b
commit 742018a716
7 changed files with 13 additions and 9 deletions

View File

@ -144,9 +144,9 @@ reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/2.0.13
## Advanced
### LESS & SASS/SCSS
### SASS
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
You can use `bundle.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 be should 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