fastn
fastn copied to clipboard
module as component argument doesn't resolve margin
-- component hero:
module ds: design-system
-- hero.ds.section-row: hero section
ds: $hero.ds
;; this doesn't work
;; margin.px: $hero.ds.spaces.vertical-gap.extra-extra-large.gap
;; following both work
;; margin.px: 128
margin.px: $design-system.spaces.vertical-gap.extra-extra-large.gap
.. rest of the code omitted ..
Checkout dropbase.ftd.