|
1 | 1 | .remix-dev-tools ::before, |
2 | 2 | .remix-dev-tools ::after { |
3 | | - --tw-content: ''; |
| 3 | + --tw-content: ""; |
4 | 4 | } |
5 | 5 |
|
6 | 6 | .remix-dev-tools *, |
|
35 | 35 | border-radius: 0.4rem; |
36 | 36 | margin-right: 0.2rem; |
37 | 37 | background-color: #212121; |
38 | | - display: 'none'; |
| 38 | + display: "none"; |
39 | 39 | } |
40 | 40 |
|
41 | 41 | .remix-dev-tools *::-webkit-scrollbar { |
@@ -100,7 +100,7 @@ Add the correct font weight in Edge and Safari. |
100 | 100 | .remix-dev-tools samp, |
101 | 101 | .remix-dev-tools pre { |
102 | 102 | font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, |
103 | | - 'Liberation Mono', 'Courier New', monospace; |
| 103 | + "Liberation Mono", "Courier New", monospace; |
104 | 104 | /* 1 */ |
105 | 105 | font-size: 1em; |
106 | 106 | /* 2 */ |
@@ -191,9 +191,9 @@ Remove the inheritance of text transform in Edge and Firefox. |
191 | 191 | */ |
192 | 192 |
|
193 | 193 | .remix-dev-tools button, |
194 | | -.remix-dev-tools [type='button'], |
195 | | -.remix-dev-tools [type='reset'], |
196 | | -.remix-dev-tools [type='submit'] { |
| 194 | +.remix-dev-tools [type="button"], |
| 195 | +.remix-dev-tools [type="reset"], |
| 196 | +.remix-dev-tools [type="submit"] { |
197 | 197 | -webkit-appearance: button; |
198 | 198 | /* 1 */ |
199 | 199 | background-color: transparent; |
@@ -240,7 +240,7 @@ Correct the cursor style of increment and decrement buttons in Safari. |
240 | 240 | 2. Correct the outline style in Safari. |
241 | 241 | */ |
242 | 242 |
|
243 | | -.remix-dev-tools [type='search'] { |
| 243 | +.remix-dev-tools [type="search"] { |
244 | 244 | -webkit-appearance: textfield; |
245 | 245 | /* 1 */ |
246 | 246 | outline-offset: -2px; |
@@ -354,7 +354,7 @@ Set the default cursor for buttons. |
354 | 354 | */ |
355 | 355 |
|
356 | 356 | .remix-dev-tools button, |
357 | | -.remix-dev-tools [role='button'] { |
| 357 | +.remix-dev-tools [role="button"] { |
358 | 358 | cursor: pointer; |
359 | 359 | } |
360 | 360 |
|
@@ -515,8 +515,8 @@ Constrain images and videos to the parent width and preserve their intrinsic asp |
515 | 515 | tab-size: 4; |
516 | 516 | /* 3 */ |
517 | 517 | font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, |
518 | | - 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, |
519 | | - 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; |
| 518 | + "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, |
| 519 | + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
520 | 520 | /* 4 */ |
521 | 521 | font-feature-settings: normal; |
522 | 522 | /* 5 */ |
@@ -1031,8 +1031,8 @@ Constrain images and videos to the parent width and preserve their intrinsic asp |
1031 | 1031 |
|
1032 | 1032 | .rdt-font-sans { |
1033 | 1033 | font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, |
1034 | | - 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, |
1035 | | - 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important; |
| 1034 | + "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, |
| 1035 | + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; |
1036 | 1036 | } |
1037 | 1037 |
|
1038 | 1038 | .rdt-text-base { |
@@ -1215,7 +1215,7 @@ Constrain images and videos to the parent width and preserve their intrinsic asp |
1215 | 1215 | animation-duration: 300ms !important; |
1216 | 1216 | } |
1217 | 1217 |
|
1218 | | -.\[\&\[data-state\=open\]\>svg\]\:rdt-rotate-180[data-state='open'] > svg { |
| 1218 | +.\[\&\[data-state\=open\]\>svg\]\:rdt-rotate-180[data-state="open"] > svg { |
1219 | 1219 | --tw-rotate: 180deg !important; |
1220 | 1220 | transform: translate(var(--tw-translate-x), var(--tw-translate-y)) |
1221 | 1221 | rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) |
|
0 commit comments