1) "Static-files" folder for Storybook. Inside this folder we could place logo files and so on - and URL inside twig files will be directly, for example:
<img src="static-files/logo.svg" />
2) There is an example of how to add CSS from an external library and for linter exclusion for this file.
Added changes:
1) "Static-files" folder for Storybook. Inside this folder we could place logo files and so on - and URL inside twig files will be directly, for example:
<img src="static-files/logo.svg" />
2) There is an example of how to add CSS from an external library and for linter exclusion for this file.
3) added commented code - to add font files.