You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Just an FYI but if you try and create a child theme with numbers or symbols in it, this gets normalised e.g.
1-test
becomestest
However in the theme yml file the original name is kept so the npm start compilation fails e.g.
themes/custom/test/test.info.yml
-name: 1-test
+name: test
The text was updated successfully, but these errors were encountered: