Skip to content

Commit ab9c245

Browse files
committed
Apply suggestions from code review
1 parent a1dc5de commit ab9c245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/phoenix_live_view/colocated_css.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule Phoenix.LiveView.ColocatedCSS do
2929
```heex
3030
<style :type={Phoenix.LiveView.ColocatedCSS} global>
3131
.sample-class {
32-
background-color: #FFFFFF;
32+
background-color: #FFFFFF;
3333
}
3434
</style>
3535
```
@@ -43,7 +43,7 @@ defmodule Phoenix.LiveView.ColocatedCSS do
4343
```heex
4444
<style :type={Phoenix.LiveView.ColocatedCSS}>
4545
.sample-class {
46-
background-color: #FFFFFF;
46+
background-color: #FFFFFF;
4747
}
4848
</style>
4949
<div class="sample-class">

0 commit comments

Comments
 (0)