Skip to content

Commit

Permalink
feat: Remove Blueprint::RawHTML module
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv committed Sep 14, 2024
1 parent 31c8dcc commit 69b91e3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 181 deletions.
138 changes: 0 additions & 138 deletions spec/blueprint/raw_html_spec.cr

This file was deleted.

1 change: 1 addition & 0 deletions src/blueprint/html/helpers.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module Blueprint::HTML::Helpers
Blueprint::SafeValue.new(value)
end

@[Experimental]
macro tokens(**conditions)
String.build do |io|
{% for key, value in conditions %}
Expand Down
43 changes: 0 additions & 43 deletions src/blueprint/raw_html.cr

This file was deleted.

0 comments on commit 69b91e3

Please sign in to comment.