telerik / themebuilder

This public repository aims at providing a convenient way for developers using ThemeBuilder to report and log any issues they may encounter while using the tool. If you think that you've found a bug, you're more than welcome to create a new issue
2 stars 1 forks source link

The gap value does not accept metric varibles #93

Closed NickIliev closed 1 week ago

NickIliev commented 2 months ago

Describe the bug

(tested in Fluent) Open the Style Editor and try to assign a metric variable to the gap property. As a result, an error will show that the property is invalid.

image

where --my-gap-x is as follows image

Components technology and version TB Q2 2024

Additional context Reported through t.1653051

NickIliev commented 2 months ago

As a solution, the users can use the row-gap and colum-gap properties with metric variables. For example

    row-gap: --my-gap-x;
    column-gap: --my-gap-y