/* eslint-disable @typescript-eslint/no-magic-numbers */ import React from 'react'; import { space } from '@moda/tokens'; import './stack.stories.scss'; export default { title: 'Mixins/stack' }; export const Default = () => (

Defaults to $space: 4 === {space.scale[4]}

Notice the different element tags
They stack with only interior margins
); export const Horizontal = () => (

Accepts $direction: horizontal

Notice the different element tags
They stack with only interior margins
);