Skip to content

Commit 462d3b5

Browse files
committed
opacity tests
1 parent 962e8e4 commit 462d3b5

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

__tests__/fixtures/tailwind-output-no-color-opacity.css

+40
Original file line numberDiff line numberDiff line change
@@ -10330,6 +10330,10 @@ video {
1033010330
max-width: 100%;
1033110331
}
1033210332

10333+
.max-w-read {
10334+
max-width: 65ch;
10335+
}
10336+
1033310337
.max-w-screen-sm {
1033410338
max-width: 640px;
1033510339
}
@@ -13744,6 +13748,10 @@ video {
1374413748
width: 100%;
1374513749
}
1374613750

13751+
.w-read {
13752+
width: 65ch;
13753+
}
13754+
1374713755
.w-screen {
1374813756
width: 100vw;
1374913757
}
@@ -26505,6 +26513,10 @@ video {
2650526513
max-width: 100%;
2650626514
}
2650726515

26516+
.sm\:max-w-read {
26517+
max-width: 65ch;
26518+
}
26519+
2650826520
.sm\:max-w-screen-sm {
2650926521
max-width: 640px;
2651026522
}
@@ -29919,6 +29931,10 @@ video {
2991929931
width: 100%;
2992029932
}
2992129933

29934+
.sm\:w-read {
29935+
width: 65ch;
29936+
}
29937+
2992229938
.sm\:w-screen {
2992329939
width: 100vw;
2992429940
}
@@ -42650,6 +42666,10 @@ video {
4265042666
max-width: 100%;
4265142667
}
4265242668

42669+
.md\:max-w-read {
42670+
max-width: 65ch;
42671+
}
42672+
4265342673
.md\:max-w-screen-sm {
4265442674
max-width: 640px;
4265542675
}
@@ -46064,6 +46084,10 @@ video {
4606446084
width: 100%;
4606546085
}
4606646086

46087+
.md\:w-read {
46088+
width: 65ch;
46089+
}
46090+
4606746091
.md\:w-screen {
4606846092
width: 100vw;
4606946093
}
@@ -58795,6 +58819,10 @@ video {
5879558819
max-width: 100%;
5879658820
}
5879758821

58822+
.lg\:max-w-read {
58823+
max-width: 65ch;
58824+
}
58825+
5879858826
.lg\:max-w-screen-sm {
5879958827
max-width: 640px;
5880058828
}
@@ -62209,6 +62237,10 @@ video {
6220962237
width: 100%;
6221062238
}
6221162239

62240+
.lg\:w-read {
62241+
width: 65ch;
62242+
}
62243+
6221262244
.lg\:w-screen {
6221362245
width: 100vw;
6221462246
}
@@ -74940,6 +74972,10 @@ video {
7494074972
max-width: 100%;
7494174973
}
7494274974

74975+
.xl\:max-w-read {
74976+
max-width: 65ch;
74977+
}
74978+
7494374979
.xl\:max-w-screen-sm {
7494474980
max-width: 640px;
7494574981
}
@@ -78354,6 +78390,10 @@ video {
7835478390
width: 100%;
7835578391
}
7835678392

78393+
.xl\:w-read {
78394+
width: 65ch;
78395+
}
78396+
7835778397
.xl\:w-screen {
7835878398
width: 100vw;
7835978399
}

0 commit comments

Comments
 (0)