Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 16ce203

Browse files
committed
🔧 Remove color-no-hex rule, and move color down the order
1 parent df8a9c8 commit 16ce203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = {
7878
'color-named': 'never',
7979

8080
// disallow hex colors
81-
'color-no-hex': true,
81+
'color-no-hex': null,
8282

8383
// disallow invalid hex colors
8484
'color-no-invalid-hex': true,
@@ -541,8 +541,6 @@ module.exports = {
541541
// Text
542542
{
543543
properties: [
544-
'color',
545-
546544
'font',
547545
'font-family',
548546
'font-feature-settings',
@@ -558,6 +556,8 @@ module.exports = {
558556
'letter-spacing',
559557
'line-height',
560558

559+
'color',
560+
561561
'text-align',
562562
'text-align-last',
563563
'text-decoration',

0 commit comments

Comments
 (0)