Skip to content

Commit 6d92937

Browse files
committed
Added ltr support
1 parent 89a3798 commit 6d92937

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "remix-development-tools",
33
"description": "Remix development tools.",
44
"author": "Alem Tuzlak",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"license": "MIT",
77
"keywords": [
88
"remix",

src/input.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.remix-dev-tools ::before,
22
.remix-dev-tools ::after {
3-
--tw-content: '';
3+
--tw-content: "";
44
}
55
.remix-dev-tools *,
66
.remix-dev-tools ::before,
@@ -32,7 +32,7 @@
3232
border-radius: 0.4rem;
3333
margin-right: 0.2rem;
3434
background-color: #212121;
35-
display: 'none';
35+
display: "none";
3636
}
3737

3838
.remix-dev-tools *::-webkit-scrollbar {
@@ -96,7 +96,7 @@ Add the correct font weight in Edge and Safari.
9696
.remix-dev-tools samp,
9797
.remix-dev-tools pre {
9898
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
99-
'Liberation Mono', 'Courier New', monospace;
99+
"Liberation Mono", "Courier New", monospace;
100100
/* 1 */
101101
font-size: 1em;
102102
/* 2 */
@@ -187,9 +187,9 @@ Remove the inheritance of text transform in Edge and Firefox.
187187
*/
188188

189189
.remix-dev-tools button,
190-
.remix-dev-tools [type='button'],
191-
.remix-dev-tools [type='reset'],
192-
.remix-dev-tools [type='submit'] {
190+
.remix-dev-tools [type="button"],
191+
.remix-dev-tools [type="reset"],
192+
.remix-dev-tools [type="submit"] {
193193
-webkit-appearance: button;
194194
/* 1 */
195195
background-color: transparent;
@@ -236,7 +236,7 @@ Correct the cursor style of increment and decrement buttons in Safari.
236236
2. Correct the outline style in Safari.
237237
*/
238238

239-
.remix-dev-tools [type='search'] {
239+
.remix-dev-tools [type="search"] {
240240
-webkit-appearance: textfield;
241241
/* 1 */
242242
outline-offset: -2px;
@@ -342,7 +342,7 @@ Set the default cursor for buttons.
342342
*/
343343

344344
.remix-dev-tools button,
345-
.remix-dev-tools [role='button'] {
345+
.remix-dev-tools [role="button"] {
346346
cursor: pointer;
347347
}
348348

@@ -502,8 +502,8 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
502502
tab-size: 4;
503503
/* 3 */
504504
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
505-
'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
506-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
505+
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
506+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
507507
/* 4 */
508508
font-feature-settings: normal;
509509
/* 5 */

src/public/stylesheet.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.remix-dev-tools ::before,
22
.remix-dev-tools ::after {
3-
--tw-content: '';
3+
--tw-content: "";
44
}
55

66
.remix-dev-tools *,
@@ -35,7 +35,7 @@
3535
border-radius: 0.4rem;
3636
margin-right: 0.2rem;
3737
background-color: #212121;
38-
display: 'none';
38+
display: "none";
3939
}
4040

4141
.remix-dev-tools *::-webkit-scrollbar {
@@ -100,7 +100,7 @@ Add the correct font weight in Edge and Safari.
100100
.remix-dev-tools samp,
101101
.remix-dev-tools pre {
102102
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
103-
'Liberation Mono', 'Courier New', monospace;
103+
"Liberation Mono", "Courier New", monospace;
104104
/* 1 */
105105
font-size: 1em;
106106
/* 2 */
@@ -191,9 +191,9 @@ Remove the inheritance of text transform in Edge and Firefox.
191191
*/
192192

193193
.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"] {
197197
-webkit-appearance: button;
198198
/* 1 */
199199
background-color: transparent;
@@ -240,7 +240,7 @@ Correct the cursor style of increment and decrement buttons in Safari.
240240
2. Correct the outline style in Safari.
241241
*/
242242

243-
.remix-dev-tools [type='search'] {
243+
.remix-dev-tools [type="search"] {
244244
-webkit-appearance: textfield;
245245
/* 1 */
246246
outline-offset: -2px;
@@ -354,7 +354,7 @@ Set the default cursor for buttons.
354354
*/
355355

356356
.remix-dev-tools button,
357-
.remix-dev-tools [role='button'] {
357+
.remix-dev-tools [role="button"] {
358358
cursor: pointer;
359359
}
360360

@@ -515,8 +515,8 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
515515
tab-size: 4;
516516
/* 3 */
517517
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";
520520
/* 4 */
521521
font-feature-settings: normal;
522522
/* 5 */
@@ -1031,8 +1031,8 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
10311031

10321032
.rdt-font-sans {
10331033
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;
10361036
}
10371037

10381038
.rdt-text-base {
@@ -1215,7 +1215,7 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
12151215
animation-duration: 300ms !important;
12161216
}
12171217

1218-
.\[\&\[data-state\=open\]\>svg\]\:rdt-rotate-180[data-state='open'] > svg {
1218+
.\[\&\[data-state\=open\]\>svg\]\:rdt-rotate-180[data-state="open"] > svg {
12191219
--tw-rotate: 180deg !important;
12201220
transform: translate(var(--tw-translate-x), var(--tw-translate-y))
12211221
rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))

0 commit comments

Comments
 (0)