🔨 Make the Design System color tokens reachable from the rust code

The design system tokens are specified in the _base.scss file. To avoid to duplicate their value in a rust file, a new
step has been added to the building process to generate the `style_vars.rs` file which make the color tokens reachable
to the app.
This commit is contained in:
2024-03-10 11:40:00 +01:00
parent dd0754073c
commit 1073a592ed
2 changed files with 78 additions and 0 deletions

View File

@@ -31,3 +31,5 @@ futures = "0.3.29"
[build]
target = "x86_64-unknown-linux-gnu"
[build-dependencies]
regex = "1.10.3"