Introduce new inline snippets tag

Inline snippets will reduce code duplication and
improve the developer experience, eliminating the
need for one-off snippet files
This commit is contained in:
Josh Faigan
2025-10-30 12:00:44 +01:00
committed by Guilherme Carreiro
parent c357f91e0c
commit ed9c4e31c4
9 changed files with 470 additions and 3 deletions
+4
View File
@@ -29,3 +29,7 @@ group :test do
gem 'rubocop-shopify', '~> 2.12.0', require: false
gem 'rubocop-performance', require: false
end
group :development do
gem "webrick"
end