Details
-
User Story
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
None
-
QDS Berlin - 2024 Week 43/44, QDS Berlin - 2024 Week 45/46
-
6748b8c7a (qds/dev)
Description
When importing assets that contain variables, all theme properties are empty:
QtObject { property color colors_green_100: "" property color colors_green_200: "" property color colors_grey_100: "" property color colors_grey_1100: "" property color colors_grey_200: "" ... }
and that's a triggering compilation failure:
C:/tmp/UntitledProject7/Generated/DesignSystem/PrimativesTheme.qml:12:39: error: Not a valid color name property color colors_yellow_200: ""
See attached examples.
Tested on the latest qds/dev and master (figma-bridge).