Skip to content

Commit f47f1c3

Browse files
authored
Apply suggestion from @SteffenDE
1 parent 0712267 commit f47f1c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/phoenix_live_view/colocated_css.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule Phoenix.LiveView.ColocatedCSS do
1111
```heex
1212
<style :type={Phoenix.LiveView.ColocatedCSS}>
1313
.sample-class {
14-
background-color: #FFFFFF;
14+
background-color: #FFFFFF;
1515
}
1616
</style>
1717
```

0 commit comments

Comments
 (0)