Skip to content

Commit

Permalink
Fix stylellint test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jan 12, 2025
1 parent 8866277 commit e2ea731
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .automation/test/css/css_fix_01.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.selector-1,
.selector-2,
.selector-3[type="text"] {
background: linear-gradient(#fff, rgba(0 0 0 80%));
box-sizing: border-box;
display: block;
color: #333;
Expand Down
1 change: 0 additions & 1 deletion .automation/test/css/css_fix_02.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.selector-1,
.selector-2,
.selector-3[type="text"] {
background: linear-gradient(#fff, rgba(0 0 0 80%));
box-sizing: border-box;
display: block;
color: #333;
Expand Down
1 change: 0 additions & 1 deletion .automation/test/css/css_good_01.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
.selector-1,
.selector-2,
.selector-3[type="text"] {
background: linear-gradient(#fff, rgba(0 0 0 80%));
box-sizing: border-box;
display: block;
color: #333;
Expand Down
1 change: 0 additions & 1 deletion .automation/test/css/css_good_02.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
.selector-1,
.selector-2,
.selector-3[type="text"] {
background: linear-gradient(#fff, rgba(0 0 0 80%));
box-sizing: border-box;
display: block;
color: #333;
Expand Down

0 comments on commit e2ea731

Please sign in to comment.