Skip to content

Commit 1d98143

Browse files
committed
To test fixing github workflows not triggering by adding new commit to main branch (of random README edit)
1 parent fb69322 commit 1d98143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ The following patterns are considered problems:
121121
/* ↑ whitespace */
122122
123123
/* With variables */
124-
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) translateY (var(--translate-y)) scale(2, 0.5);
125-
/* ↑ whitespace */
124+
transform: matrix (var(--scale-x),2,3,4,5,6) rotate(0.5turn) skewY(1.07rad);
125+
/* ↑ whitespace */
126126
transform: rotateZ ($rotate-Z) scaleY(0.5) translateZ ($translate-Z);
127127
/* ↑ whitespace ↑ whitespace */
128128
transform: perspective(17px) rotateX(10deg) scaleZ ($(scale-z));

0 commit comments

Comments
 (0)