How to incorporate background patterns in FASTN?
I need to add background patterns, gradient etc in a project, I need to change the color of background patterns with colors from fastn library
This is an example of CSS Pattern Library: https://www.magicpattern.design/tools/css-backgrounds
Is there any way to control colors of external CSS package using fastn, I need to use colors from a ftd file
As of now, it's not possible. fastn variables can be send to external js functions but not CSS.
@Arpita-Jaiswal That's an interesting question tho. Maybe we can create css variables and use them in our CSS files somehow?