Skip to content

Commit 673e923

Browse files
clean imports
1 parent b4a9447 commit 673e923

File tree

1 file changed

+1
-4
lines changed
  • packages/designto-token/token-layout

1 file changed

+1
-4
lines changed

packages/designto-token/token-layout/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
Stack,
99
Flex,
1010
Row,
11-
Opacity,
1211
Positioned,
1312
Widget,
1413
VerticalDirection,
@@ -20,9 +19,6 @@ import {
2019
Calculation,
2120
Clip,
2221
Border,
23-
ClipRRect,
24-
Blurred,
25-
Rotation,
2622
IWHStyleWidget,
2723
Operation,
2824
} from "@reflect-ui/core";
@@ -442,6 +438,7 @@ function handlePositioning({
442438
constraint.top = pos.t;
443439
break;
444440
case "MAX":
441+
// TODO: add this custom logic - if fixed to bottom 0 , it should be fixed rather than absolute. (as a footer)
445442
constraint.bottom = pos.b;
446443
break;
447444
case "SCALE": /** scale fallbacks to stretch */

0 commit comments

Comments
 (0)