2
0

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
4 changed files with 5 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
@use 'functions' as *;
// Commonly used web colors
$black: #000000; // Black
$white: #ffffff; // White
$black: #000; // Black
$white: #fff; // White
$red-600: #b7253d !default; // Deep Carmine
$red-500: #df405a !default; // Cerise
$blurple-600: #563acc; // Iris