16 | ${colors.map(c => variations.map(v => `
bg-${c}${v}
`).join('')).join('')}
17 |
bg-black
18 |
bg-white
19 |
`);
20 | };
21 |
--------------------------------------------------------------------------------
/src/scripts/components/utilities/shadows.stories.ts:
--------------------------------------------------------------------------------
1 | export default { title: 'Utilities/Shadows' };
2 |
3 | const shadows = ['none', 'outline', 'inner', 'xs', 'sm', 'md', 'lg', 'xl'];
4 |
5 | export const shadowDisplay = () => {
6 | return (`