File tree 4 files changed +13
-12
lines changed
4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dist-ssr
27
27
/build
28
28
.env.local
29
29
.env
30
+ .dev.vars
30
31
* .vars
31
32
.wrangler
32
33
_worker.bundle
Original file line number Diff line number Diff line change
1
+ @use " ../z-index" ;
2
+
1
3
[data-resize-handle ] {
2
4
position : relative ;
3
5
8
10
bottom : 0 ;
9
11
left : -6px ;
10
12
right : -5px ;
11
- z-index : $zIndexMax ;
13
+ z-index : z-index . $zIndexMax ;
12
14
}
13
15
14
16
& [data-panel-group-direction = ' vertical' ]:after {
18
20
right : 0 ;
19
21
top : -5px ;
20
22
bottom : -6px ;
21
- z-index : $zIndexMax ;
23
+ z-index : z-index . $zIndexMax ;
22
24
}
23
25
24
26
& [data-resize-handle-state = ' hover' ]:after ,
Original file line number Diff line number Diff line change 1
- @import ' ./ variables.scss' ;
2
- @import ' ./ z-index.scss' ;
3
- @import ' ./ animations.scss' ;
4
- @import ' ./ components/terminal.scss' ;
5
- @import ' ./ components/resize-handle.scss' ;
6
- @import ' ./ components/code.scss' ;
7
- @import ' ./ components/editor.scss' ;
8
- @import ' ./ components/toast.scss' ;
1
+ @use ' variables.scss' ;
2
+ @use ' z-index.scss' ;
3
+ @use ' animations.scss' ;
4
+ @use ' components/terminal.scss' ;
5
+ @use ' components/resize-handle.scss' ;
6
+ @use ' components/code.scss' ;
7
+ @use ' components/editor.scss' ;
8
+ @use ' components/toast.scss' ;
9
9
10
10
html ,
11
11
body {
Original file line number Diff line number Diff line change 97
97
"devDependencies" : {
98
98
"@blitz/eslint-plugin" : " 0.1.0" ,
99
99
"@cloudflare/workers-types" : " ^4.20241127.0" ,
100
- "@jridgewell/sourcemap-codec" : " ^1.5.0" ,
101
100
"@remix-run/dev" : " ^2.15.0" ,
102
- "@rollup/plugin-inject" : " ^5.0.5" ,
103
101
"@types/diff" : " ^5.2.3" ,
104
102
"@types/file-saver" : " ^2.0.7" ,
105
103
"@types/js-cookie" : " ^3.0.6" ,
You can’t perform that action at this time.
0 commit comments