Sha256: 2e51097fe8a2555eecc8e8c0e90da19489fc191621437af17a06843fdeb9df2f
Contents?: true
Size: 551 Bytes
Versions: 27
Compression:
Stored size: 551 Bytes
Contents
@import "colours/organisation"; @import "sass-color-helpers/stylesheets/color-helpers/math"; @import "sass-color-helpers/stylesheets/color-helpers/contrast"; @each $organisation in $all-organisation-brand-colours { $minimum-contrast: 4.5; $contrast: ch-color-contrast($white, nth($organisation, 3)); @if ($contrast < $minimum-contrast) { @error "Contrast ratio for #{nth($organisation, 1)} too low. #{nth($organisation, 3)} on #{$white} has a contrast of: #{$contrast}. Must be higher than #{$minimum-contrast} for WCAG AA support"; } }
Version data entries
27 entries across 27 versions & 2 rubygems