Skip to content

Commit 84c29f2

Browse files
committed
chore: lint
1 parent 6dd2032 commit 84c29f2

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Icônes</title>
77
<link rel="icon" href="/favicon.svg" />
8-
<link
9-
rel="search"
10-
type="application/opensearchdescription+xml"
11-
href="/search.xml"
12-
title="Icônes"
13-
/>
8+
<link rel="search" type="application/opensearchdescription+xml" href="/search.xml" title="Icônes" />
149
<script src="/lib/svg-packer.js" defer></script>
1510
<script src="/lib/jszip.min.js" defer></script>
1611
</head>

src/main.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ html.dark {
99
}
1010

1111
.btn {
12-
--uno: border border-base rounded shadow-sm outline-none px-4 py-1
13-
text-gray-600 text-sm transition-all bg-base hover-(bg-gray-50 shadow)
14-
dark-(border-dark-200 text-gray-300)
15-
dark-hover-(border-primary bg-dark-100 text-primary)
12+
--uno: border border-base rounded shadow-sm outline-none px-4 py-1 text-gray-600 text-sm transition-all bg-base
13+
hover-(bg-gray-50 shadow) dark-(border-dark-200 text-gray-300) dark-hover-(border-primary bg-dark-100 text-primary)
1614
focus-(shadow outline-none);
1715
}
1816

0 commit comments

Comments
 (0)