Skip to content

Commit

Permalink
Fix text-decoration-style property
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsupark committed Apr 18, 2022
1 parent 2dcf6f1 commit 5c8c879
Show file tree
Hide file tree
Showing 6 changed files with 39,634 additions and 14 deletions.
12 changes: 6 additions & 6 deletions dist/static/uniform.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UniformCSS v1.5.0 | MIT License | github.com/ThinkUniform/uniformcss */
/*! UniformCSS v1.5.2 | MIT License | github.com/ThinkUniform/uniformcss */
/*! purgecss start ignore */
@keyframes spin {
from {
Expand Down Expand Up @@ -1303,23 +1303,23 @@ select {
}

.decoration-solid, .focus\.decoration-solid:focus, .group:hover .group-hover\.decoration-solid, .hover\.decoration-solid:hover {
text-decoration: solid;
text-decoration-style: solid;
}

.decoration-double, .focus\.decoration-double:focus, .group:hover .group-hover\.decoration-double, .hover\.decoration-double:hover {
text-decoration: double;
text-decoration-style: double;
}

.decoration-dotted, .focus\.decoration-dotted:focus, .group:hover .group-hover\.decoration-dotted, .hover\.decoration-dotted:hover {
text-decoration: dotted;
text-decoration-style: dotted;
}

.decoration-dashed, .focus\.decoration-dashed:focus, .group:hover .group-hover\.decoration-dashed, .hover\.decoration-dashed:hover {
text-decoration: dashed;
text-decoration-style: dashed;
}

.decoration-wavy, .focus\.decoration-wavy:focus, .group:hover .group-hover\.decoration-wavy, .hover\.decoration-wavy:hover {
text-decoration: wavy;
text-decoration-style: wavy;
}

.underline, .focus\.underline:focus, .group:hover .group-hover\.underline, .hover\.underline:hover {
Expand Down
2 changes: 1 addition & 1 deletion dist/static/uniform.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 5c8c879

Please sign in to comment.