We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c46dcb commit d941910Copy full SHA for d941910
2 files changed
Taskfile.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2024, Command Line Inc.
+# Copyright 2026, Command Line Inc.
2
# SPDX-License-Identifier: Apache-2.0
3
4
version: "3"
frontend/util/color-validator.ts
@@ -1,3 +1,6 @@
+// Copyright 2026, Command Line Inc.
+// SPDX-License-Identifier: Apache-2.0
+
const HexColorRegex = /^#([\da-f]{3}|[\da-f]{4}|[\da-f]{6}|[\da-f]{8})$/i;
5
const FunctionalColorRegex = /^([a-z-]+)\(/i;
6
const NamedColorRegex = /^[a-z]+$/i;
0 commit comments