insightsengineering / teal.slice

Reproducible slice module for teal applications
https://insightsengineering.github.io/teal.slice/
Other
11 stars 5 forks source link

Improve `fetch_bs_color` function #542

Open chlebowa opened 8 months ago

chlebowa commented 8 months ago

fetch_bs_color is used to determine hex values of Bootstrap theme colors. One of the stages is finding the file where the color values are stored. It is unstable and has required one fix already.

Try to figure out a better way to find the color values.