|
1 | | -/*! UniformCSS v1.5.0 | MIT License | github.com/ThinkUniform/uniformcss */ |
| 1 | +/*! UniformCSS v1.5.2 | MIT License | github.com/ThinkUniform/uniformcss */ |
2 | 2 | /*! purgecss start ignore */ |
3 | 3 | @keyframes spin { |
4 | 4 | from { |
@@ -1303,23 +1303,23 @@ select { |
1303 | 1303 | } |
1304 | 1304 |
|
1305 | 1305 | .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; |
1307 | 1307 | } |
1308 | 1308 |
|
1309 | 1309 | .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; |
1311 | 1311 | } |
1312 | 1312 |
|
1313 | 1313 | .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; |
1315 | 1315 | } |
1316 | 1316 |
|
1317 | 1317 | .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; |
1319 | 1319 | } |
1320 | 1320 |
|
1321 | 1321 | .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; |
1323 | 1323 | } |
1324 | 1324 |
|
1325 | 1325 | .underline, .focus\.underline:focus, .group:hover .group-hover\.underline, .hover\.underline:hover { |
|
0 commit comments