Enable Stylelint color-hex-length (#34310)

This commit is contained in:
Nick Schonning 2025-05-21 04:05:45 -04:00 committed by GitHub
parent f7182ddc8b
commit d8ea8bc3bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 6 deletions

View file

@ -5,8 +5,8 @@
$lighten-multiplier: -1
);
$black: #000000; // Black
$white: #ffffff; // White
$black: #000; // Black
$white: #fff; // White
$blurple-500: #6364ff; // Brand purple
$grey-600: hsl(240deg, 8%, 33%); // Trout
$grey-100: hsl(240deg, 51%, 90%); // Topaz