Skip to content

Commit 788d31d

Browse files
committed
add stylelint fix linters
1 parent 8d7e93b commit 788d31d

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

.stylelintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

src/index.css

-2
This file was deleted.

src/styles/Home.css

-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@
263263
margin: 10px;
264264
padding: 0;
265265
width: 100%;
266-
height: 100%;
267266
background-color: rgba(0, 0, 0, 0.5);
268267
border: 2px solid #DA43F0;
269268
border-radius: 10px;

src/styles/Task.css

-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@
117117
color: black
118118
}
119119

120-
.btn-modal-light {
121-
color: black
122-
}
123120

124121
.btn-modal-light:hover {
125122
color: rgb(172, 169, 172);

0 commit comments

Comments
 (0)