You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- remove BackgroundGradient as we need now to use StyleGuide.gradients (cf. GH-24, GH-111),
- remove FlexModel's prefix of id introduced in GH-24 since GH-143 fixes the core issue,
- fixes a few sonar bugs & smells
As pointed out in this comment the
resolveGradient
method in BackgroundGradient.java has no need to be specific to gradients.That file should be removed in favor of a
ContextAwarePropertyRetriever
utility that can be used to retrieve any caconfig value.The text was updated successfully, but these errors were encountered: