- commit
- aea63afe39fd2c6d27cda94f4d77f92f6be591e8
- parent
- 709eee2ce44b6a78285340d7850839754b7e1e9f
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-04-11 06:16
fix @elseif
Diffstat
| M | sass/contrast.scss | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/contrast.scss b/sass/contrast.scss
@@ -13,9 +13,9 @@ $planifolia-contrast-light-default: white !default; 13 13 @function _pf-threshold($threshold) { 14 14 @if ($threshold == 'AA' or $threshold == 'AAALG') { 15 15 @return 4.5;16 -1 } @elseif ($threshold == 'AALG') {-1 16 } @else if ($threshold == 'AALG') { 17 17 @return 3;18 -1 } @elseif ($threshold == 'AAA') {-1 18 } @else if ($threshold == 'AAA') { 19 19 @return 7; 20 20 } @else { 21 21 @return $threshold;