figma-plugin-ds icon indicating copy to clipboard operation
figma-plugin-ds copied to clipboard

import styles from

Open iamdangavin opened this issue 1 year ago • 1 comments

Am I missing something? You have import styles from 'figma-plugin-ds/dist/figma-plugin-ds.css' listed in the documentation, but that file isn't a module.css file so it comes back undefined if you console.log the styles export and if you try and use it in your code with {styles.button} or something it throws caught TypeError: Cannot read properties of undefined (reading 'button')

iamdangavin avatar Jun 29 '23 05:06 iamdangavin