7491c3472349516b1779de5daf8ffa01919e0ed9
Add tests to verify that: - Both .shop-root and .preview-frame have theme data attributes - Theme settings changes are reflected on shop pages - CSS file has correct selectors for both contexts - Generated CSS cache includes all theme variables These tests catch regressions like the selector issue where .preview-frame[data-mood="warm"] was incorrectly transformed to .preview-frame, .shop-root[data-mood="warm"] instead of .preview-frame[data-mood="warm"], .shop-root[data-mood="warm"] Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
SimpleshopTheme
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix
Languages
Elixir
86.5%
CSS
11.2%
HTML
1.1%
JavaScript
1.1%
Dockerfile
0.1%