mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add unit test for inline styles in template v2
This commit is contained in:
parent
0bc3635b6c
commit
49f57980dd
3 changed files with 12 additions and 0 deletions
|
|
@ -64,3 +64,7 @@
|
|||
const foo = '{{ $foo }}';
|
||||
const bar = @json($bar);
|
||||
</script>
|
||||
|
||||
<style>
|
||||
body { background-color: {{ '#ffffff' }}; }
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue