Skip to content

Commit dcc75c1

Browse files
authored
refactor: rewrite backgrounds section with repeated style (#4112)
Ref #1536 #3399 Switched to new style engine and repeated style component for backgrounds section. A lot of utilities are replaced with more generic solution. <img width="251" alt="Screenshot 2024-09-12 at 10 23 07" src="https://github.com/user-attachments/assets/75dcff67-4754-4a6b-98e8-760d1efa58e6">
1 parent 0d34100 commit dcc75c1

File tree

8 files changed

+203
-1213
lines changed

8 files changed

+203
-1213
lines changed

apps/builder/app/builder/features/style-panel/sections/backgrounds/background-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
RepeatRowIcon,
1212
CrossSmallIcon,
1313
} from "@webstudio-is/icons";
14-
import { StyleValue, toValue } from "@webstudio-is/css-engine";
14+
import { type StyleValue, toValue } from "@webstudio-is/css-engine";
1515
import {
1616
theme,
1717
Flex,

0 commit comments

Comments
 (0)