Govindaraman S
Govindaraman S
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
https://github.com/fastn-stack/fastn/pull/912
-- ftd.linear-gradient lg: direction: bottom-left colors: $color-values-2 -- ftd.linear-gradient-color list color-values-2: -- ftd.linear-gradient-color: $colors.accent-secondary- -- ftd.linear-gradient-color: $colors.accent-primary- -- end: color-values-2 Colors of gradient are not changing with change in the...