- Issue created by @fgm
When a component is not declared right below (theme)/components/
its CSS file is not detected, at least in storybook
components/foo/
, with its foo.component.yml
, foo.twig
, and foo.css
components/atoms/bar/
, with its bar.component.yml
, bar.twig
, and bar.css
(site)/themes/(theme)/components/foo/foo.css
: and it applies normally(site)/themes/(theme)/components/bar/bar.css
(site)/themes/(theme)/components/atoms/bar/bar.css
instead: the CSS can be loaded from thereTBD: either make sure the path to fetch the CSS is modified, or the resolver finds the file regardless of nested path. The latter seems to be more in line with SDC in general.
TBD
TBD
TBD
TBD
TBD
Active
2.0
Code