Skip to content

Commit 991b198

Browse files
committed
docs: remove unused style
1 parent 26d6612 commit 991b198

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

examples/fresh/assets/styles.css

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ html {
3737
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
3838
"Noto Color Emoji";
3939
}
40-
.transition-colors {
41-
transition-property: background-color, border-color, color, fill, stroke;
42-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
43-
transition-duration: 150ms;
44-
}
40+
4541
.my-6 {
4642
margin-bottom: 1.5rem;
4743
margin-top: 1.5rem;
@@ -132,13 +128,3 @@ html {
132128
.min-h-screen {
133129
min-height: 100vh;
134130
}
135-
136-
.fresh-gradient {
137-
background-color: rgb(134, 239, 172);
138-
background-image: linear-gradient(
139-
to right bottom,
140-
rgb(219, 234, 254),
141-
rgb(187, 247, 208),
142-
rgb(254, 249, 195)
143-
);
144-
}

0 commit comments

Comments
 (0)