Skip to content

Commit 5c8c879

Browse files
committed
Fix text-decoration-style property
1 parent 2dcf6f1 commit 5c8c879

6 files changed

Lines changed: 39634 additions & 14 deletions

File tree

dist/static/uniform.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! UniformCSS v1.5.0 | MIT License | github.com/ThinkUniform/uniformcss */
1+
/*! UniformCSS v1.5.2 | MIT License | github.com/ThinkUniform/uniformcss */
22
/*! purgecss start ignore */
33
@keyframes spin {
44
from {
@@ -1303,23 +1303,23 @@ select {
13031303
}
13041304

13051305
.decoration-solid, .focus\.decoration-solid:focus, .group:hover .group-hover\.decoration-solid, .hover\.decoration-solid:hover {
1306-
text-decoration: solid;
1306+
text-decoration-style: solid;
13071307
}
13081308

13091309
.decoration-double, .focus\.decoration-double:focus, .group:hover .group-hover\.decoration-double, .hover\.decoration-double:hover {
1310-
text-decoration: double;
1310+
text-decoration-style: double;
13111311
}
13121312

13131313
.decoration-dotted, .focus\.decoration-dotted:focus, .group:hover .group-hover\.decoration-dotted, .hover\.decoration-dotted:hover {
1314-
text-decoration: dotted;
1314+
text-decoration-style: dotted;
13151315
}
13161316

13171317
.decoration-dashed, .focus\.decoration-dashed:focus, .group:hover .group-hover\.decoration-dashed, .hover\.decoration-dashed:hover {
1318-
text-decoration: dashed;
1318+
text-decoration-style: dashed;
13191319
}
13201320

13211321
.decoration-wavy, .focus\.decoration-wavy:focus, .group:hover .group-hover\.decoration-wavy, .hover\.decoration-wavy:hover {
1322-
text-decoration: wavy;
1322+
text-decoration-style: wavy;
13231323
}
13241324

13251325
.underline, .focus\.underline:focus, .group:hover .group-hover\.underline, .hover\.underline:hover {

dist/static/uniform.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)