Adding SCSS 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:40 +02:00
parent 2a822d7b45
commit b23a16826e
2 changed files with 33 additions and 14 deletions
+5
View File
@@ -4,6 +4,11 @@
// https://robots.thoughtbot.com/sass-default
// ==========================================================================
// Settings
$plyr-border-box: true !default;
$plyr-touch-action: true !default;
$plyr-sr-only-important: true !default;
// Colors
$plyr-color-main: #3498db !default;