Adding LESS settings

- Added setting to be able to disable the border-box if you already defined that in your own css
- Added setting to be able to disable touch-action if you already defined that in your own css
- Added setting to choose not to use !important for sr-only class
This commit is contained in:
Robin Poort
2016-05-11 13:46:19 +02:00
parent cc5b363d66
commit 2a822d7b45
2 changed files with 35 additions and 15 deletions

View File

@ -3,6 +3,11 @@
// https://github.com/selz/plyr
// ==========================================================================
// Settings
@plyr-border-box: true;
@plyr-touch-action: true;
@plyr-sr-only-important: true;
// Colors
@plyr-color-main: #3498db;